Contents

decodeWithOptimizer(from:)

Reads the encoded transformer and optimizer with a decoder.

Declaration

func decodeWithOptimizer(from decoder: inout any EstimatorDecoder) throws -> PreprocessingUpdatableSupervisedTabularEstimator<Preprocessor, Estimator>.Transformer

Parameters

  • decoder:

    A decoder.

Return Value

The decoded transformer.

See Also

Encoding and decoding