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

# adaptedAsSupervised(annotationType:)

Exposes this temporal estimator as a supervised temporal estimator.

## Declaration

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