diff --git a/README.md b/README.md index 93574fc..31fdb60 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.md b/docs/index.md index 1a38642..423877f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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/)