---
title: UpdatableTemporalEstimator
framework: createmlcomponents
role: symbol
role_heading: Protocol
path: createmlcomponents/updatabletemporalestimator
---

# UpdatableTemporalEstimator

A temporal estimator that can be incrementally updated.

## Declaration

```swift
protocol UpdatableTemporalEstimator<Transformer> : TemporalEstimator
```

## Topics

### Appending

- [appending(_:)](createmlcomponents/updatabletemporalestimator/appending(_:).md)

### Adapting

- [adaptedAsSupervised(annotationType:)](createmlcomponents/updatabletemporalestimator/adaptedassupervised(annotationtype:).md)

### Encoding and decoding

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

### Transforming

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

## Relationships

### Inherits From

- [TemporalEstimator](createmlcomponents/temporalestimator.md)

### Conforming Types

- [PreprocessingUpdatableTemporalEstimator](createmlcomponents/preprocessingupdatabletemporalestimator.md)
- [TemporalTransformerToUpdatableEstimatorAdaptor](createmlcomponents/temporaltransformertoupdatableestimatoradaptor.md)
- [UpdatableEstimatorToTemporalAdaptor](createmlcomponents/updatableestimatortotemporaladaptor.md)

## See Also

### Protocols

- [Transformer](createmlcomponents/transformer.md)
- [TemporalTransformer](createmlcomponents/temporaltransformer.md)
- [RandomTransformer](createmlcomponents/randomtransformer.md)
- [Estimator](createmlcomponents/estimator.md)
- [TemporalEstimator](createmlcomponents/temporalestimator.md)
- [SupervisedEstimator](createmlcomponents/supervisedestimator.md)
- [SupervisedTemporalEstimator](createmlcomponents/supervisedtemporalestimator.md)
- [UpdatableEstimator](createmlcomponents/updatableestimator.md)
- [UpdatableSupervisedEstimator](createmlcomponents/updatablesupervisedestimator.md)
- [UpdatableSupervisedTemporalEstimator](createmlcomponents/updatablesupervisedtemporalestimator.md)
- [UpdatableSupervisedTabularEstimator](createmlcomponents/updatablesupervisedtabularestimator.md)
- [UpdatableTabularEstimator](createmlcomponents/updatabletabularestimator.md)
