---
title: UpdatableSupervisedTemporalEstimator
framework: createmlcomponents
role: symbol
role_heading: Protocol
path: createmlcomponents/updatablesupervisedtemporalestimator
---

# UpdatableSupervisedTemporalEstimator

A supervised temporal estimator that can be incrementally updated.

## Declaration

```swift
protocol UpdatableSupervisedTemporalEstimator<Transformer, Annotation> : SupervisedTemporalEstimator
```

## Topics

### Appending

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

### Encoding and decoding

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

### Reading and writing

- [readWithOptimizer(from:)](createmlcomponents/updatablesupervisedtemporalestimator/readwithoptimizer(from:).md)
- [writeWithOptimizer(_:to:overwrite:)](createmlcomponents/updatablesupervisedtemporalestimator/writewithoptimizer(_:to:overwrite:).md)

### Transforming

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

## Relationships

### Inherits From

- [SupervisedTemporalEstimator](createmlcomponents/supervisedtemporalestimator.md)

### Conforming Types

- [PreprocessingUpdatableSupervisedTemporalEstimator](createmlcomponents/preprocessingupdatablesupervisedtemporalestimator.md)
- [UpdatableSupervisedEstimatorToTemporalAdaptor](createmlcomponents/updatablesupervisedestimatortotemporaladaptor.md)
- [UpdatableTemporalEstimatorToSupervisedAdaptor](createmlcomponents/updatabletemporalestimatortosupervisedadaptor.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)
- [UpdatableSupervisedTabularEstimator](createmlcomponents/updatablesupervisedtabularestimator.md)
- [UpdatableTemporalEstimator](createmlcomponents/updatabletemporalestimator.md)
- [UpdatableTabularEstimator](createmlcomponents/updatabletabularestimator.md)
