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

# adaptedAsSupervised(annotationColumnID:)

Exposes this tabular estimator as a supervised tabular estimator.

## Declaration

```swift
func adaptedAsSupervised<Annotation>(annotationColumnID: ColumnID<Annotation>) -> TabularEstimatorToSupervisedAdaptor<Self, Annotation>
```

## See Also

### Adapting and fitting

- [fitted(to:eventHandler:)](createmlcomponents/tabularestimator/fitted(to:eventhandler:).md)
- [fitted(to:)](createmlcomponents/tabularestimator/fitted(to:).md)
