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.InputTopics
Creating an estimator
Getting the properties
Encoding and decoding
Preprocesing and fitting
preprocessed(from:eventHandler:)fitted(to:eventHandler:)fitted(toPreprocessed:eventHandler:)makeTransformer()update(_:with:eventHandler:)update(_:withPreprocessed:eventHandler:)PreprocessingUpdatableEstimator.InputPreprocessingUpdatableEstimator.IntermediatePreprocessingUpdatableEstimator.OutputTransformer