Merge pull request #25 from seahken/patch-1

Update array-dataset.md
This commit is contained in:
Arkadiusz Kondas 2016-11-04 09:03:50 +01:00 committed by GitHub
commit b226a561cb
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ To get samples or labels you can use getters:
```
$dataset->getSamples();
$dataset->getLabels();
$dataset->getTargets();
```