mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-05 04:57:52 +00:00
Merge pull request #23 from pflorek/feature-add-index-entries
Add index entries
This commit is contained in:
commit
68a86f71b8
@ -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
|
||||
|
@ -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/)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user