Contents

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 : TemporalSequence

Parameters

  • input:

    A sequence of examples.

  • eventHandler:

    An event handler.

Return Value

The preprocessed examples.

See Also

Preprocesing and fitting