---
title: PreprocessingSupervisedEstimator.Output
framework: createmlcomponents
role: symbol
role_heading: Type Alias
path: createmlcomponents/preprocessingsupervisedestimator/output
---

# PreprocessingSupervisedEstimator.Output

The output type.

## Declaration

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

## See Also

### Preprocessing and fitting

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