2016-05-03 11:08:09 +00:00
|
|
|
site_name: PHP-ML - Machine Learning library for PHP
|
2016-04-08 22:36:48 +00:00
|
|
|
pages:
|
|
|
|
- Home: index.md
|
|
|
|
- Machine Learning:
|
|
|
|
- Classification:
|
2016-05-07 21:53:42 +00:00
|
|
|
- SVC: machine-learning/classification/svc.md
|
2016-05-02 11:49:19 +00:00
|
|
|
- KNearestNeighbors: machine-learning/classification/k-nearest-neighbors.md
|
|
|
|
- NaiveBayes: machine-learning/classification/naive-bayes.md
|
|
|
|
- Regression:
|
|
|
|
- LeastSquares: machine-learning/regression/least-squares.md
|
2016-05-07 21:53:42 +00:00
|
|
|
- SVR: machine-learning/regression/svr.md
|
2016-05-02 11:49:19 +00:00
|
|
|
- Clustering:
|
|
|
|
- KMeans: machine-learning/clustering/k-means.md
|
|
|
|
- DBSCAN: machine-learning/clustering/dbscan.md
|
2016-04-08 22:36:48 +00:00
|
|
|
- Cross Validation:
|
2016-05-02 11:49:19 +00:00
|
|
|
- RandomSplit: machine-learning/cross-validation/random-split.md
|
2016-05-07 21:53:42 +00:00
|
|
|
- Feature Extraction:
|
|
|
|
- Token Count Vectorizer: machine-learning/feature-extraction/token-count-vectorizer.md
|
2016-04-08 22:36:48 +00:00
|
|
|
- Datasets:
|
|
|
|
- Array Dataset: machine-learning/datasets/array-dataset.md
|
|
|
|
- CSV Dataset: machine-learning/datasets/csv-dataset.md
|
2016-05-02 11:49:19 +00:00
|
|
|
- Ready to use datasets:
|
2016-04-08 22:36:48 +00:00
|
|
|
- Iris: machine-learning/datasets/demo/iris.md
|
|
|
|
- Metric:
|
|
|
|
- Accuracy: machine-learning/metric/accuracy.md
|
2016-05-02 11:49:19 +00:00
|
|
|
- Math:
|
|
|
|
- Distance: math/distance.md
|
|
|
|
- Matrix: math/matrix.md
|
|
|
|
theme: readthedocs
|