Contents

preprocessed(from:eventHandler:)

Preprocesses a sequence of examples.

Declaration

func preprocessed<S>(from input: S, eventHandler: EventHandler? = nil) async throws -> [Preprocessor.Output] where S : Sequence, Preprocessor.Input == S.Element

Parameters

  • input:

    A sequence of examples.

  • eventHandler:

    An event handler.

Return Value

The preprocessed examples.

See Also

Preprocesing and fitting