---
title: PreprocessingTemporalEstimator
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/preprocessingtemporalestimator
---

# PreprocessingTemporalEstimator

A temporal estimator that composes a preprocessing transformer and a temporal estimator.

## Declaration

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

## Topics

### Creating an estimator

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

### Getting the properties

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

### Preprocesing and fitting

- [preprocessed(from:eventHandler:)](createmlcomponents/preprocessingtemporalestimator/preprocessed(from:eventhandler:).md)
- [fitted(to:eventHandler:)](createmlcomponents/preprocessingtemporalestimator/fitted(to:eventhandler:).md)
- [fitted(toPreprocessed:eventHandler:)](createmlcomponents/preprocessingtemporalestimator/fitted(topreprocessed:eventhandler:).md)
- [PreprocessingTemporalEstimator.Input](createmlcomponents/preprocessingtemporalestimator/input.md)
- [PreprocessingTemporalEstimator.Intermediate](createmlcomponents/preprocessingtemporalestimator/intermediate.md)
- [PreprocessingTemporalEstimator.Output](createmlcomponents/preprocessingtemporalestimator/output.md)
- [Transformer](createmlcomponents/transformer.md)

## Relationships

### Conforms To

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

## See Also

### Composition with preprocessing

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