PreprocessingUpdatableTemporalEstimator
An updatable temporal estimator that composes a preprocessing transformer and an updatable temporal estimator.
Declaration
struct PreprocessingUpdatableTemporalEstimator<Preprocessor, Estimator> where Preprocessor : TemporalTransformer, Estimator : UpdatableTemporalEstimator, 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:)update(_:withPreprocessed:eventHandler:)update(_:with:eventHandler:)makeTransformer()PreprocessingUpdatableTemporalEstimator.InputPreprocessingUpdatableTemporalEstimator.IntermediatePreprocessingUpdatableTemporalEstimator.OutputTransformer