Contents

init(_:)

Creates a temporal estimator from an estimator.

Declaration

init(_ base: Base)

Discussion

The resulting estimator collects all elements of the input sequence before calling fit on the underlying estimator. The transformer returned from fit is also converted to a temporal transformer.