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 : TemporalSequenceParameters
- input:
An async sequence of inputs.
- eventHandler:
An event handler.
Return Value
An async sequence of down sampled outputs.