Class Summary |
CaRuleGeneration |
Class implementing the rule generation procedure of the predictive apriori algorithm for class association rules. |
PredictiveApriori |
Class implementing the predictive apriori algorithm to mine association rules.
It searches with an increasing support threshold for the best 'n' rules concerning a support-based corrected confidence value.
For more information see:
Tobias Scheffer: Finding Association Rules That Trade Support Optimally against Confidence. |
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. |