Contents

decodeWithOptimizer(from:)

Reads the encoded transformer and optimizer.

Declaration

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

Parameters

  • decoder:

    A decoder.

Return Value

The decoded transformer.

See Also

Encoding and decoding