Contents

decodeWithOptimizer(from:)

Reads the encoded transformer and optimizer.

Declaration

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

Parameters

  • decoder:

    A decoder.

Return Value

The decoded transformer.

See Also

Encoding and decoding