mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2025-01-24 15:48:24 +00:00
Update array-dataset.md
Method has already changed name to getTargets() instead of getLabels()
This commit is contained in:
parent
93cbac2753
commit
8a0a9f09e2
@ -17,5 +17,5 @@ To get samples or labels you can use getters:
|
||||
|
||||
```
|
||||
$dataset->getSamples();
|
||||
$dataset->getLabels();
|
||||
$dataset->getTargets();
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user