---
title: "adaptedAsSupervised(annotationColumnID:)"
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: "createmlcomponents/updatabletabularestimator/adaptedassupervised(annotationcolumnid:)"
---

# adaptedAsSupervised(annotationColumnID:)

Exposes this updatable tabular estimator as a supervised tabular estimator.

## Declaration

```swift
func adaptedAsSupervised<Annotation>(annotationColumnID: ColumnID<Annotation>) -> UpdatableTabularEstimatorToSupervisedAdaptor<Self, Annotation> where Annotation : Equatable
```
