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

# adaptedAsSupervised(annotationType:)

Exposes this estimator as a supervised estimator.

## Declaration

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

## See Also

### Fitting and adapting

- [adaptedAsTemporal()](createmlcomponents/estimator/adaptedastemporal().md)
- [fitted(to:eventHandler:)](createmlcomponents/estimator/fitted(to:eventhandler:).md)
- [fitted(to:)](createmlcomponents/estimator/fitted(to:).md)
