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

# init(_:)

Creates an imputer with a strategy.

## Declaration

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

## See Also

### Creating an estimator

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