---
title: "adaptedAsSupervised(annotationType:)"
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: "createmlcomponents/updatableestimator/adaptedassupervised(annotationtype:)"
---

# adaptedAsSupervised(annotationType:)

Exposes this estimator as a supervised estimator.

## Declaration

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

## See Also

### Adapting

- [adaptedAsTemporal()](createmlcomponents/updatableestimator/adaptedastemporal().md)
