Contents

fitted(toPreprocessed:eventHandler:)

Fits a transformer to a sequence of preprocessed features.

Declaration

func fitted(toPreprocessed preprocessed: [PreprocessedFeatureSequence<Preprocessor.Output>], eventHandler: EventHandler? = nil) async throws -> PreprocessingTemporalEstimator<Preprocessor, Estimator>.Transformer

Parameters

  • preprocessed:

    A sequence of preprocessed featuress.

  • eventHandler:

    An event handler.

Return Value

The fitted transformer.

See Also

Preprocesing and fitting