Contents

decode(from:)

Decodes the estimator.

Declaration

func decode(from decoder: inout any EstimatorDecoder) throws -> FullyConnectedNetworkClassifierModel<Scalar, Label>

Parameters

  • decoder:

    A decoder for the estimator.

Return Value

A fully connected network classifier model.

See Also

Encoding and decoding