Contents

write(_:to:overwrite:)

Writes the encoded transformer to a file.

Declaration

func write(_ transformer: Self.Transformer, to url: URL, overwrite: Bool = true) throws

Parameters

  • transformer:

    A transformer created by this estimator.

  • url:

    A file URL.

  • overwrite:

    A Boolean value indicating whether to overwrite existing files.

See Also

Reading and writing