---
title: UpdatableEstimatorToSupervisedAdaptor
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/updatableestimatortosupervisedadaptor
---

# UpdatableEstimatorToSupervisedAdaptor

An adaptor that exposes an updatable estimator as an updatable supervised estimator.

## Declaration

```swift
struct UpdatableEstimatorToSupervisedAdaptor<Estimator, Annotation> where Estimator : UpdatableEstimator, Annotation : Equatable
```

## Topics

### Creating an adaptor

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

### Getting the estimator

- [estimator](createmlcomponents/updatableestimatortosupervisedadaptor/estimator.md)

### Encoding and decoding

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

### Fitting and Updating

- [fitted(to:eventHandler:)](createmlcomponents/updatableestimatortosupervisedadaptor/fitted(to:eventhandler:).md)
- [fitted(to:validateOn:eventHandler:)](createmlcomponents/updatableestimatortosupervisedadaptor/fitted(to:validateon:eventhandler:).md)
- [makeTransformer()](createmlcomponents/updatableestimatortosupervisedadaptor/maketransformer().md)
- [update(_:with:eventHandler:)](createmlcomponents/updatableestimatortosupervisedadaptor/update(_:with:eventhandler:).md)
- [update(_:with:validateOn:eventHandler:)](createmlcomponents/updatableestimatortosupervisedadaptor/update(_:with:validateon:eventhandler:).md)
- [Transformer](createmlcomponents/transformer.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SupervisedEstimator](createmlcomponents/supervisedestimator.md)
- [UpdatableSupervisedEstimator](createmlcomponents/updatablesupervisedestimator.md)

## See Also

### Updatable adaptors

- [UpdatableEstimatorToTemporalAdaptor](createmlcomponents/updatableestimatortotemporaladaptor.md)
- [UpdatableSupervisedEstimatorToTemporalAdaptor](createmlcomponents/updatablesupervisedestimatortotemporaladaptor.md)
- [UpdatableTemporalEstimatorToSupervisedAdaptor](createmlcomponents/updatabletemporalestimatortosupervisedadaptor.md)
