Update array-dataset.md

Method has already changed name to getTargets() instead of getLabels()
This commit is contained in:
Ken Seah 2016-11-04 00:03:49 +11:00 committed by GitHub
parent 93cbac2753
commit 8a0a9f09e2
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();
```