decode(from:)
Decodes the estimator.
Declaration
func decode(from decoder: inout any EstimatorDecoder) throws -> FullyConnectedNetworkMultiLabelClassifierModel<Scalar, Label>Parameters
- decoder:
A decoder for the estimator.
Return Value
A fully-connected network multi-label classifier model.