Contents

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>.Transformer

Parameters

  • preprocessed:

    A sequence of preprocessed features.

  • eventHandler:

    An event handler.

Return Value

The fitted transformer.

See Also

Preprocesing and Fitting