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