Add index entries

This commit is contained in:
Patrick Florek 2016-09-17 22:02:48 +02:00
parent 3a7ccbc055
commit 1ff455ebed
2 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,8 @@ Example scripts are available in a separate repository [php-ai/php-ml-examples](
## Features
* Association rule learning
* [Apriori](http://php-ml.readthedocs.io/en/latest/machine-learning/association/apriori/)
* Classification
* [SVC](http://php-ml.readthedocs.io/en/latest/machine-learning/classification/svc/)
* [k-Nearest Neighbors](http://php-ml.readthedocs.io/en/latest/machine-learning/classification/k-nearest-neighbors/)
@ -85,6 +87,7 @@ Example scripts are available in a separate repository [php-ai/php-ml-examples](
* Math
* [Distance](http://php-ml.readthedocs.io/en/latest/math/distance/)
* [Matrix](http://php-ml.readthedocs.io/en/latest/math/matrix/)
* [Set](http://php-ml.readthedocs.io/en/latest/math/set/)
* [Statistic](http://php-ml.readthedocs.io/en/latest/math/statistic/)
## Contribute

View File

@ -46,6 +46,8 @@ Example scripts are available in a separate repository [php-ai/php-ml-examples](
## Features
* Association rule Lerning
* [Apriori](machine-learning/association/apriori/)
* Classification
* [SVC](machine-learning/classification/svc/)
* [k-Nearest Neighbors](machine-learning/classification/k-nearest-neighbors/)
@ -85,6 +87,7 @@ Example scripts are available in a separate repository [php-ai/php-ml-examples](
* Math
* [Distance](math/distance/)
* [Matrix](math/matrix/)
* [Set](math/set/)
* [Statistic](math/statistic/)