---
title: UpdatableEstimatorToTemporalAdaptor.Transformer
framework: createmlcomponents
role: symbol
role_heading: Type Alias
path: createmlcomponents/updatableestimatortotemporaladaptor/transformer
---

# UpdatableEstimatorToTemporalAdaptor.Transformer

The transformer type created by this estimator.

## Declaration

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

## See Also

### Fitting and updating

- [fitted(to:eventHandler:)](createmlcomponents/updatableestimatortotemporaladaptor/fitted(to:eventhandler:).md)
- [makeTransformer()](createmlcomponents/updatableestimatortotemporaladaptor/maketransformer().md)
- [update(_:with:eventHandler:)](createmlcomponents/updatableestimatortotemporaladaptor/update(_:with:eventhandler:).md)
- [UpdatableEstimatorToTemporalAdaptor.Input](createmlcomponents/updatableestimatortotemporaladaptor/input.md)
- [UpdatableEstimatorToTemporalAdaptor.Output](createmlcomponents/updatableestimatortotemporaladaptor/output.md)
