Contents

preprocessed(from:eventHandler:)

Preprocesses a sequence of examples.

Declaration

func preprocessed<S>(from input: S, eventHandler: EventHandler? = nil) async throws -> AnySequence<AnnotatedFeature<Preprocessor.Output, PreprocessingUpdatableSupervisedEstimator<Preprocessor, Estimator>.Annotation>> where S : Sequence, S.Element == AnnotatedFeature<Preprocessor.Input, Estimator.Annotation>

Parameters

  • input:

    A sequence of examples.

  • eventHandler:

    An event handler.

Return Value

The preprocessed examples.

See Also

Preprocesing and fitting