Contents

applied(to:eventHandler:)

Down samples the input sequence

Declaration

func applied<S>(to input: S, eventHandler: EventHandler?) throws -> Downsampler<Input>.DownStreamSequence where Input == S.Feature, S : TemporalSequence

Parameters

  • input:

    An async sequence of inputs.

  • eventHandler:

    An event handler.

Return Value

An async sequence of down sampled outputs.

See Also

Performing the transformation