---
title: Transformer
framework: createmlcomponents
role: symbol
role_heading: Associated Type
path: createmlcomponents/temporalestimator/transformer
---

# Transformer

The transformer type created by this estimator.

## Declaration

```swift
associatedtype Transformer : TemporalTransformer
```

## See Also

### Adapting and fitting

- [adaptedAsSupervised(annotationType:)](createmlcomponents/temporalestimator/adaptedassupervised(annotationtype:).md)
- [fitted(to:)](createmlcomponents/temporalestimator/fitted(to:).md)
- [fitted(to:eventHandler:)](createmlcomponents/temporalestimator/fitted(to:eventhandler:).md)
