---
title: PreprocessingUpdatableTabularEstimator
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/preprocessingupdatabletabularestimator
---

# PreprocessingUpdatableTabularEstimator

An updatable estimator that composes a preprocessing transformer and an updatable estimator.

## Declaration

```swift
struct PreprocessingUpdatableTabularEstimator<Preprocessor, Estimator> where Preprocessor : TabularTransformer, Estimator : UpdatableTabularEstimator
```

## Topics

### Creating an estimator

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

### Getting the properties

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

### Encoding and decoding

- [encodeWithOptimizer(_:to:)](createmlcomponents/preprocessingupdatabletabularestimator/encodewithoptimizer(_:to:).md)
- [decodeWithOptimizer(from:)](createmlcomponents/preprocessingupdatabletabularestimator/decodewithoptimizer(from:).md)

### Preprocesing and fitting

- [preprocessed(from:eventHandler:)](createmlcomponents/preprocessingupdatabletabularestimator/preprocessed(from:eventhandler:).md)
- [fitted(to:eventHandler:)](createmlcomponents/preprocessingupdatabletabularestimator/fitted(to:eventhandler:).md)
- [fitted(toPreprocessed:eventHandler:)](createmlcomponents/preprocessingupdatabletabularestimator/fitted(topreprocessed:eventhandler:).md)
- [update(_:with:eventHandler:)](createmlcomponents/preprocessingupdatabletabularestimator/update(_:with:eventhandler:).md)
- [update(_:withPreprocessed:eventHandler:)](createmlcomponents/preprocessingupdatabletabularestimator/update(_:withpreprocessed:eventhandler:).md)
- [makeTransformer()](createmlcomponents/preprocessingupdatabletabularestimator/maketransformer().md)
- [PreprocessingUpdatableTabularEstimator.Input](createmlcomponents/preprocessingupdatabletabularestimator/input.md)
- [PreprocessingUpdatableTabularEstimator.Intermediate](createmlcomponents/preprocessingupdatabletabularestimator/intermediate.md)
- [PreprocessingUpdatableTabularEstimator.Output](createmlcomponents/preprocessingupdatabletabularestimator/output.md)
- [Transformer](createmlcomponents/transformer.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [TabularEstimator](createmlcomponents/tabularestimator.md)
- [UpdatableTabularEstimator](createmlcomponents/updatabletabularestimator.md)

## See Also

### Tabular components

- [TabularTransformer](createmlcomponents/tabulartransformer.md)
- [TabularEstimator](createmlcomponents/tabularestimator.md)
- [SupervisedTabularEstimator](createmlcomponents/supervisedtabularestimator.md)
- [ColumnSelector](createmlcomponents/columnselector.md)
- [ColumnSelectorTransformer](createmlcomponents/columnselectortransformer.md)
- [ColumnSelection](createmlcomponents/columnselection.md)
- [ColumnConcatenator](createmlcomponents/columnconcatenator.md)
- [PreprocessingSupervisedTabularEstimator](createmlcomponents/preprocessingsupervisedtabularestimator.md)
- [PreprocessingTabularEstimator](createmlcomponents/preprocessingtabularestimator.md)
- [PreprocessingUpdatableSupervisedTabularEstimator](createmlcomponents/preprocessingupdatablesupervisedtabularestimator.md)
