php-ml/docs/machine-learning
Patrick Florek c8bd8db601 # Association rule learning - Apriori algorithm
* Generating frequent k-length item sets
* Generating rules based on frequent item sets
* Algorithm has exponential complexity, be aware of it
* Apriori algorithm is split into apriori and candidates method
* Second step rule generation is implemented by rules method
* Internal methods are invoked for fine grain unit tests
* Wikipedia's train samples and an alternative are provided for test cases
* Small documentation for public interface is also shipped
2016-08-23 15:44:53 +02:00
..
association # Association rule learning - Apriori algorithm 2016-08-23 15:44:53 +02:00
classification Add docs for neural network 2016-08-14 19:14:56 +02:00
clustering
cross-validation
datasets docs for files dataset and php-cs-fixer 2016-07-16 23:56:52 +02:00
feature-extraction create docs for tf-idf transformer 2016-07-12 00:21:34 +02:00
metric add ClassificationReport docs 2016-07-19 22:17:03 +02:00
neural-network Add docs for neural network 2016-08-14 19:14:56 +02:00
preprocessing
regression
workflow add docs for Pipeline 2016-07-12 00:00:17 +02:00