List of usage examples for weka.associations CARuleMiner interface-usage
From source file cba.Apriori.java
/**
<!-- globalinfo-start -->
* Class implementing an Apriori-type algorithm. Iteratively reduces the minimum support until it finds the required number of rules with the given minimum confidence.<br/>
* The algorithm has an option to mine class association rules. It is adapted as explained in the second reference.<br/>
* <br/>
* For more information see:<br/>