Contents

PreprocessingUpdatableEstimator

An updatable estimator that composes a preprocessing transformer and an updatable estimator.

Declaration

struct PreprocessingUpdatableEstimator<Preprocessor, Estimator> where Preprocessor : Transformer, Estimator : UpdatableEstimator, Preprocessor.Output == Estimator.Transformer.Input

Topics

Creating an estimator

Getting the properties

Encoding and decoding

Preprocesing and fitting

See Also

Composition with preprocessing