Skip to content

Commit

Permalink
Add index entries
Browse files Browse the repository at this point in the history
  • Loading branch information
pflorek committed Sep 17, 2016
1 parent 3a7ccbc commit 1ff455e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down Expand Up @@ -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/)


Expand Down

0 comments on commit 1ff455e

Please sign in to comment.