adaptedAsSupervised(annotationType:)
Exposes this temporal estimator as a supervised temporal estimator.
Declaration
func adaptedAsSupervised<Annotation>(annotationType: Annotation.Type = Annotation.self) -> TemporalEstimatorToSupervisedAdaptor<Self, Annotation> where Annotation : Equatable, Annotation : Sendable