php-ml/docs/machine-learning/datasets/svm-dataset.md

14 lines
283 B
Markdown
Raw Normal View History

# SvmDataset
Helper class that loads data from SVM-Light format file. It extends the `ArrayDataset`.
### Constructors Parameters
* $filepath - (string) path to the file
```
$dataset = new SvmDataset('dataset.svm');
```
See [ArrayDataset](array-dataset.md) for more information.