decode(from:)
Decodes the estimator.
Declaration
func decode(from decoder: inout any EstimatorDecoder) throws -> FullyConnectedNetworkRegressorModel<Scalar>Parameters
- decoder:
A decoder for the estimator.
Return Value
A fully connected network regressor model.