fitted(toPreprocessed:eventHandler:)
Fits a transformer to a sequence of preprocessed annotated features.
Declaration
func fitted(toPreprocessed preprocessed: [AnnotatedFeature<PreprocessedFeatureSequence<Preprocessor.Output>, PreprocessingSupervisedTemporalEstimator<Preprocessor, Estimator>.Annotation>], eventHandler: EventHandler? = nil) async throws -> PreprocessingSupervisedTemporalEstimator<Preprocessor, Estimator>.TransformerParameters
- preprocessed:
A sequence of preprocessed features.
- eventHandler:
An event handler.
Return Value
The fitted transformer.
See Also
Preprocesing and Fitting
preprocessed(from:eventHandler:)fitted(to:eventHandler:)fitted(to:validateOn:eventHandler:)fitted(toPreprocessed:validateOn:eventHandler:)PreprocessingSupervisedTemporalEstimator.AnnotationPreprocessingSupervisedTemporalEstimator.InputPreprocessingSupervisedTemporalEstimator.IntermediatePreprocessingSupervisedTemporalEstimator.OutputTransformer