decodeWithOptimizer(from:)
Reads the encoded transformer and optimizer with a decoder.
Declaration
func decodeWithOptimizer(from decoder: inout any EstimatorDecoder) throws -> LogisticRegressionClassifier<Scalar, Label>.TransformerParameters
- decoder:
A decoder.
Return Value
The decoded transformer.