Contents

decodeWithOptimizer(from:)

Reads the encoded model and optimizer with a decoder.

Declaration

func decodeWithOptimizer(from decoder: inout any EstimatorDecoder) throws -> MultivariateLinearRegressor<Scalar>.Model

Parameters

  • decoder:

    A decoder.

Return Value

The decoded model.

See Also

Encoding and decoding