Uses of Interface
weka.associations.CARuleMiner

Packages that use CARuleMiner
weka.associations   
 

Uses of CARuleMiner in weka.associations
 

Classes in weka.associations that implement CARuleMiner
 class Apriori
          Class implementing an Apriori-type algorithm.
 class 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.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.