---
title: UpdatableSupervisedEstimator
framework: createmlcomponents
role: symbol
role_heading: Protocol
path: createmlcomponents/updatablesupervisedestimator
---

# UpdatableSupervisedEstimator

A supervised estimator that can be incrementally updated.

## Declaration

```swift
protocol UpdatableSupervisedEstimator<Transformer, Annotation> : SupervisedEstimator
```

## Topics

### Appending

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

### Adapting

- [adaptedAsTemporal()](createmlcomponents/updatablesupervisedestimator/adaptedastemporal().md)

### Encoding and decoding

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

### Reading and writing

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

### Transforming

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

## Relationships

### Inherits From

- [SupervisedEstimator](createmlcomponents/supervisedestimator.md)

### Conforming Types

- [FullyConnectedNetworkClassifier](createmlcomponents/fullyconnectednetworkclassifier.md)
- [FullyConnectedNetworkMultiLabelClassifier](createmlcomponents/fullyconnectednetworkmultilabelclassifier.md)
- [FullyConnectedNetworkRegressor](createmlcomponents/fullyconnectednetworkregressor.md)
- [LinearRegressor](createmlcomponents/linearregressor.md)
- [LinearTimeSeriesForecaster](createmlcomponents/lineartimeseriesforecaster.md)
- [LogisticRegressionClassifier](createmlcomponents/logisticregressionclassifier.md)
- [MultivariateLinearRegressor](createmlcomponents/multivariatelinearregressor.md)
- [PreprocessingUpdatableSupervisedEstimator](createmlcomponents/preprocessingupdatablesupervisedestimator.md)
- [TimeSeriesClassifier](createmlcomponents/timeseriesclassifier.md)
- [UpdatableEstimatorToSupervisedAdaptor](createmlcomponents/updatableestimatortosupervisedadaptor.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)
- [UpdatableSupervisedTemporalEstimator](createmlcomponents/updatablesupervisedtemporalestimator.md)
- [UpdatableSupervisedTabularEstimator](createmlcomponents/updatablesupervisedtabularestimator.md)
- [UpdatableTemporalEstimator](createmlcomponents/updatabletemporalestimator.md)
- [UpdatableTabularEstimator](createmlcomponents/updatabletabularestimator.md)
