encodeWithOptimizer(_:to:)
Encodes the transformer and optimizer to an encoder.
Declaration
func encodeWithOptimizer(_ transformer: PreprocessingUpdatableEstimator<Preprocessor, Estimator>.Transformer, to encoder: inout any EstimatorEncoder) throwsParameters
- transformer:
A transformer this estimator creates.
- encoder:
An encoder.