Example usage for Java weka.associations Apriori fields, constructors, methods, implement or subclass
The text is from its open source code.
Apriori() Constructor that allows to sets default values for the minimum confidence and the maximum number of rules the minimum confidence. |
void | buildAssociations(Instances instances) Method that generates all large itemsets with a minimum support, and from these all association rules with a minimum confidence. |
ArrayList | getAllTheRules() returns all the rules |
AssociationRules | getAssociationRules() |
int | getNumRules() Get the value of numRules. |
void | setOptions(String[] options) Parses a given list of options. |
String | toString() Outputs the size of all the generated sets of itemsets and the rules. |