Contents

adaptedAsSupervised(annotationType:)

Exposes this estimator as a supervised estimator.

Declaration

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

See Also

Adapting