preprocessed(from:eventHandler:)
Preprocesses a sequence of examples.
Declaration
func preprocessed<InputSequence>(from input: InputSequence, eventHandler: EventHandler? = nil) async throws -> [PreprocessedFeatureSequence<Preprocessor.Output>] where InputSequence : Sequence, Preprocessor.Input == InputSequence.Element.Feature, InputSequence.Element : TemporalSequenceParameters
- input:
A sequence of examples.
- eventHandler:
An event handler.
Return Value
The preprocessed examples.