---
title: UpdatableSupervisedEstimatorToTemporalAdaptor
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/updatablesupervisedestimatortotemporaladaptor
---

# UpdatableSupervisedEstimatorToTemporalAdaptor

An updatable supervised temporal estimator wrapping an updatable supervised estimator.

## Declaration

```swift
struct UpdatableSupervisedEstimatorToTemporalAdaptor<Base> where Base : UpdatableSupervisedEstimator, Base.Annotation : Sendable
```

## Topics

### Creating an adaptor

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

### Encoding and decoding

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

### Fitting and updating

- [fitted(to:eventHandler:)](createmlcomponents/updatablesupervisedestimatortotemporaladaptor/fitted(to:eventhandler:).md)
- [fitted(to:validateOn:eventHandler:)](createmlcomponents/updatablesupervisedestimatortotemporaladaptor/fitted(to:validateon:eventhandler:).md)
- [makeTransformer()](createmlcomponents/updatablesupervisedestimatortotemporaladaptor/maketransformer().md)
- [update(_:with:eventHandler:)](createmlcomponents/updatablesupervisedestimatortotemporaladaptor/update(_:with:eventhandler:).md)
- [UpdatableSupervisedEstimatorToTemporalAdaptor.Annotation](createmlcomponents/updatablesupervisedestimatortotemporaladaptor/annotation.md)
- [UpdatableSupervisedEstimatorToTemporalAdaptor.Input](createmlcomponents/updatablesupervisedestimatortotemporaladaptor/input.md)
- [UpdatableSupervisedEstimatorToTemporalAdaptor.Output](createmlcomponents/updatablesupervisedestimatortotemporaladaptor/output.md)
- [UpdatableSupervisedEstimatorToTemporalAdaptor.Transformer](createmlcomponents/updatablesupervisedestimatortotemporaladaptor/transformer.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SupervisedTemporalEstimator](createmlcomponents/supervisedtemporalestimator.md)
- [UpdatableSupervisedTemporalEstimator](createmlcomponents/updatablesupervisedtemporalestimator.md)

## See Also

### Updatable adaptors

- [UpdatableEstimatorToTemporalAdaptor](createmlcomponents/updatableestimatortotemporaladaptor.md)
- [UpdatableEstimatorToSupervisedAdaptor](createmlcomponents/updatableestimatortosupervisedadaptor.md)
- [UpdatableTemporalEstimatorToSupervisedAdaptor](createmlcomponents/updatabletemporalestimatortosupervisedadaptor.md)
