---
title: EstimatorToTemporalAdaptor.Transformer
framework: createmlcomponents
role: symbol
role_heading: Type Alias
path: createmlcomponents/estimatortotemporaladaptor/transformer
---

# EstimatorToTemporalAdaptor.Transformer

The transformer type created by this estimator.

## Declaration

```swift
typealias Transformer = TransformerToTemporalAdaptor<Base.Transformer>
```

## See Also

### Fitting a transformer

- [fitted(to:eventHandler:)](createmlcomponents/estimatortotemporaladaptor/fitted(to:eventhandler:).md)
- [EstimatorToTemporalAdaptor.Input](createmlcomponents/estimatortotemporaladaptor/input.md)
- [EstimatorToTemporalAdaptor.Output](createmlcomponents/estimatortotemporaladaptor/output.md)
