preprocessed(from:eventHandler:)
Preprocesses a sequence of examples.
Declaration
func preprocessed<InputSequence, FeatureSequence>(from input: InputSequence, eventHandler: EventHandler? = nil) async throws -> [AnnotatedFeature<PreprocessedFeatureSequence<Preprocessor.Output>, PreprocessingUpdatableSupervisedTemporalEstimator<Preprocessor, Estimator>.Annotation>] where InputSequence : Sequence, FeatureSequence : TemporalSequence, Preprocessor.Input == FeatureSequence.Feature, InputSequence.Element == AnnotatedFeature<FeatureSequence, Estimator.Annotation>Parameters
- input:
A sequence of examples.
- eventHandler:
An event handler.
Return Value
The preprocessed examples.
See Also
Preprocesing and fitting
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