PreprocessingUpdatableSupervisedEstimator
An updatable supervised estimator that composes a preprocessing transformer and an updatable supervised estimator.
Declaration
struct PreprocessingUpdatableSupervisedEstimator<Preprocessor, Estimator> where Preprocessor : Transformer, Estimator : UpdatableSupervisedEstimator, Preprocessor.Output == Estimator.Transformer.InputTopics
Creating the estimator
Getting the properties
Encoding and decoding
Preprocesing and fitting
preprocessed(from:eventHandler:)fitted(to:eventHandler:)fitted(toPreprocessed:eventHandler:)fitted(to:validateOn:eventHandler:)fitted(toPreprocessed:validateOn:eventHandler:)makeTransformer()update(_:with:eventHandler:)update(_:withPreprocessed:eventHandler:)PreprocessingUpdatableSupervisedEstimator.AnnotationPreprocessingUpdatableSupervisedEstimator.InputPreprocessingUpdatableSupervisedEstimator.IntermediatePreprocessingUpdatableSupervisedEstimator.OutputTransformer