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

# adaptedAsSupervised(annotationType:)

Exposes this temporal estimator as a supervised temporal estimator.

## Declaration

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

## See Also

### Adapting and fitting

- [fitted(to:)](createmlcomponents/temporalestimator/fitted(to:).md)
- [fitted(to:eventHandler:)](createmlcomponents/temporalestimator/fitted(to:eventhandler:).md)
- [Transformer](createmlcomponents/temporalestimator/transformer.md)
