---
title: PreprocessingUpdatableTemporalEstimator
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/preprocessingupdatabletemporalestimator
---

# PreprocessingUpdatableTemporalEstimator

An updatable temporal estimator that composes a preprocessing transformer and an updatable temporal estimator.

## Declaration

```swift
struct PreprocessingUpdatableTemporalEstimator<Preprocessor, Estimator> where Preprocessor : TemporalTransformer, Estimator : UpdatableTemporalEstimator, Preprocessor.Output == Estimator.Transformer.Input
```

## Topics

### Creating an estimator

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

### Getting the properties

- [estimator](createmlcomponents/preprocessingupdatabletemporalestimator/estimator.md)
- [preprocessor](createmlcomponents/preprocessingupdatabletemporalestimator/preprocessor.md)

### Encoding and decoding

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

### Preprocesing and fitting

- [preprocessed(from:eventHandler:)](createmlcomponents/preprocessingupdatabletemporalestimator/preprocessed(from:eventhandler:).md)
- [fitted(to:eventHandler:)](createmlcomponents/preprocessingupdatabletemporalestimator/fitted(to:eventhandler:).md)
- [fitted(toPreprocessed:eventHandler:)](createmlcomponents/preprocessingupdatabletemporalestimator/fitted(topreprocessed:eventhandler:).md)
- [update(_:withPreprocessed:eventHandler:)](createmlcomponents/preprocessingupdatabletemporalestimator/update(_:withpreprocessed:eventhandler:).md)
- [update(_:with:eventHandler:)](createmlcomponents/preprocessingupdatabletemporalestimator/update(_:with:eventhandler:).md)
- [makeTransformer()](createmlcomponents/preprocessingupdatabletemporalestimator/maketransformer().md)
- [PreprocessingUpdatableTemporalEstimator.Input](createmlcomponents/preprocessingupdatabletemporalestimator/input.md)
- [PreprocessingUpdatableTemporalEstimator.Intermediate](createmlcomponents/preprocessingupdatabletemporalestimator/intermediate.md)
- [PreprocessingUpdatableTemporalEstimator.Output](createmlcomponents/preprocessingupdatabletemporalestimator/output.md)
- [Transformer](createmlcomponents/transformer.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [TemporalEstimator](createmlcomponents/temporalestimator.md)
- [UpdatableTemporalEstimator](createmlcomponents/updatabletemporalestimator.md)

## See Also

### Composition with preprocessing

- [PreprocessingEstimator](createmlcomponents/preprocessingestimator.md)
- [PreprocessingTemporalEstimator](createmlcomponents/preprocessingtemporalestimator.md)
- [PreprocessingSupervisedEstimator](createmlcomponents/preprocessingsupervisedestimator.md)
- [PreprocessingSupervisedTemporalEstimator](createmlcomponents/preprocessingsupervisedtemporalestimator.md)
- [PreprocessingUpdatableEstimator](createmlcomponents/preprocessingupdatableestimator.md)
- [PreprocessingUpdatableSupervisedEstimator](createmlcomponents/preprocessingupdatablesupervisedestimator.md)
- [PreprocessingUpdatableSupervisedTemporalEstimator](createmlcomponents/preprocessingupdatablesupervisedtemporalestimator.md)
