Contents

PreprocessingSupervisedEstimator

A supervised estimator that composes a preprocessing transformer and a supervised estimator.

Declaration

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

Topics

Creating the estimator

Getting the properties

Preprocessing and fitting

See Also

Composition with preprocessing