---
title: TemporalTransformerToUpdatableEstimatorAdaptor
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/temporaltransformertoupdatableestimatoradaptor
---

# TemporalTransformerToUpdatableEstimatorAdaptor

A temporal estimator that always returns a predefined temporal transformer.

## Declaration

```swift
struct TemporalTransformerToUpdatableEstimatorAdaptor<Transformer> where Transformer : TemporalTransformer
```

## Topics

### Creating an estimator

- [init(_:)](createmlcomponents/temporaltransformertoupdatableestimatoradaptor/init(_:).md)

### Getting the transformer

- [transformer](createmlcomponents/temporaltransformertoupdatableestimatoradaptor/transformer.md)

### Encoding and decoding

- [encode(_:to:)](createmlcomponents/temporaltransformertoupdatableestimatoradaptor/encode(_:to:).md)
- [decode(from:)](createmlcomponents/temporaltransformertoupdatableestimatoradaptor/decode(from:).md)
- [encodeWithOptimizer(_:to:)](createmlcomponents/temporaltransformertoupdatableestimatoradaptor/encodewithoptimizer(_:to:).md)
- [decodeWithOptimizer(from:)](createmlcomponents/temporaltransformertoupdatableestimatoradaptor/decodewithoptimizer(from:).md)

### Fitting and updating

- [fitted(to:eventHandler:)](createmlcomponents/temporaltransformertoupdatableestimatoradaptor/fitted(to:eventhandler:).md)
- [makeTransformer()](createmlcomponents/temporaltransformertoupdatableestimatoradaptor/maketransformer().md)
- [update(_:with:eventHandler:)](createmlcomponents/temporaltransformertoupdatableestimatoradaptor/update(_:with:eventhandler:).md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [TemporalEstimator](createmlcomponents/temporalestimator.md)
- [UpdatableTemporalEstimator](createmlcomponents/updatabletemporalestimator.md)

## See Also

### Temporal adaptors

- [TemporalAdaptor](createmlcomponents/temporaladaptor.md)
- [TemporalTransformerToEstimatorAdaptor](createmlcomponents/temporaltransformertoestimatoradaptor.md)
- [TemporalEstimatorToSupervisedAdaptor](createmlcomponents/temporalestimatortosupervisedadaptor.md)
