---
title: PreprocessingTabularEstimator.Output
framework: createmlcomponents
role: symbol
role_heading: Type Alias
path: createmlcomponents/preprocessingtabularestimator/output
---

# PreprocessingTabularEstimator.Output

The output type.

## Declaration

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

## See Also

### Preprocesing and fitting

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