mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-22 13:05:10 +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->getSamples();
|
||||||
$dataset->getLabels();
|
$dataset->getTargets();
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user