---
title: adaptedAsEstimator()
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: createmlcomponents/tabulartransformer/adaptedasestimator()
---

# adaptedAsEstimator()

Exposes this tabular transformer as a trivial tabular estimator.

## Declaration

```swift
func adaptedAsEstimator() -> TabularTransformerToEstimatorAdaptor<Self>
```

## See Also

### Adapting

- [adaptedAsUpdatableEstimator()](createmlcomponents/tabulartransformer/adaptedasupdatableestimator().md)
