<!--
{
  "availability" : [
    "iOS: 16.0.0 - 18.0.0",
    "iPadOS: 16.0.0 - 18.0.0",
    "macCatalyst: 16.0.0 - 18.0.0",
    "macOS: 13.0.0 - 15.0.0",
    "tvOS: 16.0.0 - 18.0.0",
    "visionOS: 1.0.0 - 2.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "CreateMLComponents",
  "identifier" : "/documentation/CreateMLComponents/UpdatableTemporalEstimator",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Create ML Components"
    ],
    "preciseIdentifier" : "s:18CreateMLComponents26UpdatableTemporalEstimatorP"
  },
  "title" : "UpdatableTemporalEstimator"
}
-->

# UpdatableTemporalEstimator

A temporal estimator that can be incrementally updated.

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

## Topics

### Appending

[`func appending(_:)`](/documentation/CreateMLComponents/UpdatableTemporalEstimator/appending(_:))

Composes this updatable temporal estimator with an updatable supervised temporal estimator.

### Adapting

[`func adaptedAsSupervised<Annotation>(annotationType: Annotation.Type) -> UpdatableTemporalEstimatorToSupervisedAdaptor<Self, Annotation>`](/documentation/CreateMLComponents/UpdatableTemporalEstimator/adaptedAsSupervised(annotationType:))

Exposes this temporal estimator as a supervised temporal estimator.

### Encoding and decoding

[`func encodeWithOptimizer(Self.Transformer, to: inout any EstimatorEncoder) throws`](/documentation/CreateMLComponents/UpdatableTemporalEstimator/encodeWithOptimizer(_:to:))

Encodes the transformer and optimizer to an encoder.

[`func decodeWithOptimizer(from: inout any EstimatorDecoder) throws -> Self.Transformer`](/documentation/CreateMLComponents/UpdatableTemporalEstimator/decodeWithOptimizer(from:))

Reads the encoded transformer and optimizer with a decoder.

### Transforming

[`func makeTransformer() -> Self.Transformer`](/documentation/CreateMLComponents/UpdatableTemporalEstimator/makeTransformer())

Creates a default-initialized transformer suitable for incremental fitting.

[`func update<InputSequence>(inout Self.Transformer, with: InputSequence, eventHandler: EventHandler?) async throws`](/documentation/CreateMLComponents/UpdatableTemporalEstimator/update(_:with:eventHandler:))

Updates a transformer with a new sequence of examples.

[`func update<InputSequence>(inout Self.Transformer, with: InputSequence) async throws`](/documentation/CreateMLComponents/UpdatableTemporalEstimator/update(_:with:))

## Relationships

### Conforming Types

[`UpdatableEstimatorToTemporalAdaptor`](/documentation/CreateMLComponents/UpdatableEstimatorToTemporalAdaptor)

[`TemporalTransformerToUpdatableEstimatorAdaptor`](/documentation/CreateMLComponents/TemporalTransformerToUpdatableEstimatorAdaptor)

[`PreprocessingUpdatableTemporalEstimator`](/documentation/CreateMLComponents/PreprocessingUpdatableTemporalEstimator)

### Inherits From

[`TemporalEstimator`](/documentation/CreateMLComponents/TemporalEstimator)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)