---
title: PreprocessingEstimator.Output
framework: createmlcomponents
role: symbol
role_heading: Type Alias
path: createmlcomponents/preprocessingestimator/output
---

# PreprocessingEstimator.Output

The output type.

## Declaration

```swift
typealias Output = Estimator.Transformer.Output
```

## See Also

### Preprocesing and fitting

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