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.InputTopics
Creating the estimator
Getting the properties
Preprocessing and fitting
preprocessed(from:eventHandler:)fitted(to:eventHandler:)fitted(toPreprocessed:eventHandler:)fitted(to:validateOn:eventHandler:)fitted(toPreprocessed:validateOn:eventHandler:)PreprocessingSupervisedEstimator.AnnotationPreprocessingSupervisedEstimator.InputPreprocessingSupervisedEstimator.IntermediatePreprocessingSupervisedEstimator.OutputTransformer