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

View File

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