mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-15 01:44:05 +00:00
17 lines
638 B
YAML
17 lines
638 B
YAML
|
site_name: PHP Machine Learning (PHP-ML)
|
||
|
pages:
|
||
|
- Home: index.md
|
||
|
- Machine Learning:
|
||
|
- Classification:
|
||
|
- KNearestNeighbors: machine-learning/classification/knearestneighbors.md
|
||
|
- Cross Validation:
|
||
|
- RandomSplit: machine-learning/cross-validation/randomsplit.md
|
||
|
- Datasets:
|
||
|
- Array Dataset: machine-learning/datasets/array-dataset.md
|
||
|
- CSV Dataset: machine-learning/datasets/csv-dataset.md
|
||
|
- Demo:
|
||
|
- Iris: machine-learning/datasets/demo/iris.md
|
||
|
- Metric:
|
||
|
- Accuracy: machine-learning/metric/accuracy.md
|
||
|
- Distance: machine-learning/metric/distance.md
|
||
|
theme: readthedocs
|