update docs example

This commit is contained in:
Arkadiusz Kondas 2016-05-31 18:02:30 +02:00
parent 7ab1ae97de
commit d19490d62a

View File

@ -23,6 +23,9 @@ $imputer = new Imputer(null, new MedianStrategy(), Imputer::AXIS_ROW);
## Example of use
```
use Phpml\Preprocessing\Imputer;
use Phpml\Preprocessing\Imputer\Strategy\MeanStrategy;
$data = [
[1, null, 3, 4],
[4, 3, 2, 1],