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>, PreprocessingSupervisedTemporalEstimator<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:)PreprocessingSupervisedTemporalEstimator.AnnotationPreprocessingSupervisedTemporalEstimator.InputPreprocessingSupervisedTemporalEstimator.IntermediatePreprocessingSupervisedTemporalEstimator.OutputTransformer