---
title: "init(_:)"
framework: createmlcomponents
role: symbol
role_heading: Initializer
path: "createmlcomponents/categoricalimputer/init(_:)"
---

# init(_:)

Creates an imputer with a strategy.

## Declaration

```swift
init(_ strategy: CategoricalImputer<Element>.Strategy)
```

## See Also

### Creating an estimator

- [init(constant:)](createmlcomponents/categoricalimputer/init(constant:).md)
