Contents

PreprocessingEstimator

An estimator that composes a preprocessing transformer and an estimator.

Declaration

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

Topics

Creating an estimator

Getting the properties

Preprocesing and fitting

See Also

Composition with preprocessing