---
title: PreprocessingSupervisedTemporalEstimator
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/preprocessingsupervisedtemporalestimator
---

# PreprocessingSupervisedTemporalEstimator

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

## Declaration

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

## Topics

### Creating an estimator

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

### Getting the properties

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

### Preprocesing and Fitting

- [preprocessed(from:eventHandler:)](createmlcomponents/preprocessingsupervisedtemporalestimator/preprocessed(from:eventhandler:).md)
- [fitted(to:eventHandler:)](createmlcomponents/preprocessingsupervisedtemporalestimator/fitted(to:eventhandler:).md)
- [fitted(toPreprocessed:eventHandler:)](createmlcomponents/preprocessingsupervisedtemporalestimator/fitted(topreprocessed:eventhandler:).md)
- [fitted(to:validateOn:eventHandler:)](createmlcomponents/preprocessingsupervisedtemporalestimator/fitted(to:validateon:eventhandler:).md)
- [fitted(toPreprocessed:validateOn:eventHandler:)](createmlcomponents/preprocessingsupervisedtemporalestimator/fitted(topreprocessed:validateon:eventhandler:).md)
- [PreprocessingSupervisedTemporalEstimator.Annotation](createmlcomponents/preprocessingsupervisedtemporalestimator/annotation.md)
- [PreprocessingSupervisedTemporalEstimator.Input](createmlcomponents/preprocessingsupervisedtemporalestimator/input.md)
- [PreprocessingSupervisedTemporalEstimator.Intermediate](createmlcomponents/preprocessingsupervisedtemporalestimator/intermediate.md)
- [PreprocessingSupervisedTemporalEstimator.Output](createmlcomponents/preprocessingsupervisedtemporalestimator/output.md)
- [Transformer](createmlcomponents/transformer.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SupervisedTemporalEstimator](createmlcomponents/supervisedtemporalestimator.md)

## See Also

### Composition with preprocessing

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