adaptedAsSupervised(annotationColumnID:)
Exposes this updatable tabular estimator as a supervised tabular estimator.
Declaration
func adaptedAsSupervised<Annotation>(annotationColumnID: ColumnID<Annotation>) -> UpdatableTabularEstimatorToSupervisedAdaptor<Self, Annotation> where Annotation : Equatable