Package weka.associations

Interface Summary
CARuleMiner Interface for learning class association rules.
 

Class Summary
Apriori Class implementing an Apriori-type algorithm.
AprioriItemSet Class for storing a set of items.
Associator Abstract scheme for learning associations.
CaRuleGeneration Class implementing the rule generation procedure of the predictive apriori algorithm for class association rules.
ItemSet Class for storing a set of items.
LabeledItemSet Class for storing a set of items together with a class label.
PredictiveApriori Class implementing the predictive apriori algorithm to mine association rules.
PriorEstimation Class implementing the prior estimattion of the predictive apriori algorithm for mining association rules.
RuleGeneration Class implementing the rule generation procedure of the predictive apriori algorithm.
RuleItem Class for storing an (class) association rule.
Tertius Class implementing a Tertius-type algorithm.