Skip to content

Commit

Permalink
Merge pull request #25 from seahken/patch-1
Browse files Browse the repository at this point in the history
Update array-dataset.md
  • Loading branch information
akondas authored Nov 4, 2016
2 parents 93cbac2 + 8a0a9f0 commit b226a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/machine-learning/datasets/array-dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ To get samples or labels you can use getters:

```
$dataset->getSamples();
$dataset->getLabels();
$dataset->getTargets();
```

0 comments on commit b226a56

Please sign in to comment.