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