decodeWithOptimizer(from:)
Reads the encoded transformer and optimizer.
Declaration
func decodeWithOptimizer(from decoder: inout any EstimatorDecoder) throws -> PreprocessingUpdatableEstimator<Preprocessor, Estimator>.TransformerParameters
- decoder:
A decoder.
Return Value
The decoded transformer.