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
..
2016-07-24 14:01:17 +02:00
2016-07-19 22:01:39 +02:00
2016-08-21 14:03:20 +02:00
2016-07-24 13:42:50 +02:00
2016-05-07 23:17:46 +02:00
2016-05-07 23:17:52 +02:00
2016-07-24 13:52:52 +02:00