Contents

UpdatableTemporalEstimatorToSupervisedAdaptor

An adaptor that exposes an updatable temporal estimator as an updatable supervised temporal estimator.

Declaration

struct UpdatableTemporalEstimatorToSupervisedAdaptor<Estimator, Annotation> where Estimator : UpdatableTemporalEstimator, Annotation : Equatable, Annotation : Sendable

Topics

Creating an adaptor

Getting the estimator

Encoding and decoding

Fitting and updating

See Also

Updatable adaptors