---
title: adaptedAsTemporal()
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: createmlcomponents/supervisedestimator/adaptedastemporal()
---

# adaptedAsTemporal()

Exposes this supervised estimator as a temporal supervised estimator.

## Declaration

```swift
func adaptedAsTemporal() -> SupervisedEstimatorToTemporalAdaptor<Self>
```

## See Also

### Adapting and fitting

- [fitted(to:eventHandler:)](createmlcomponents/supervisedestimator/fitted(to:eventhandler:).md)
- [fitted(to:validateOn:eventHandler:)](createmlcomponents/supervisedestimator/fitted(to:validateon:eventhandler:).md)
- [fitted(to:)](createmlcomponents/supervisedestimator/fitted(to:).md)
- [fitted(to:validateOn:)](createmlcomponents/supervisedestimator/fitted(to:validateon:).md)
