adaptedAsSupervised(annotationType:)

Exposes this temporal estimator as a supervised temporal estimator.

Declaration

func adaptedAsSupervised<Annotation>(annotationType: Annotation.Type = Annotation.self) -> UpdatableTemporalEstimatorToSupervisedAdaptor<Self, Annotation> where Annotation : Equatable, Annotation : Sendable