PreprocessingUpdatableSupervisedTemporalEstimator
An updatable supervised temporal estimator that composes a preprocessing transformer and an updatable supervised temporal estimator.
Declaration
struct PreprocessingUpdatableSupervisedTemporalEstimator<Preprocessor, Estimator> where Preprocessor : TemporalTransformer, Estimator : UpdatableSupervisedTemporalEstimator, 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:)fitted(to:validateOn:eventHandler:)fitted(toPreprocessed:validateOn:eventHandler:)makeTransformer()update(_:with:eventHandler:)update(_:withPreprocessed:eventHandler:)PreprocessingUpdatableSupervisedTemporalEstimator.AnnotationPreprocessingUpdatableSupervisedTemporalEstimator.InputPreprocessingUpdatableSupervisedTemporalEstimator.IntermediatePreprocessingUpdatableSupervisedTemporalEstimator.OutputTransformer