Uses of Class
weka.associations.FPGrowth.AssociationRule

Packages that use FPGrowth.AssociationRule
weka.associations   
 

Uses of FPGrowth.AssociationRule in weka.associations
 

Methods in weka.associations that return types with arguments of type FPGrowth.AssociationRule
static List<FPGrowth.AssociationRule> FPGrowth.AssociationRule.generateRulesBruteForce(weka.associations.FPGrowth.FrequentItemSets largeItemSets, FPGrowth.AssociationRule.METRIC_TYPE metricToUse, double metricThreshold, int upperBoundMinSuppAsInstances, int lowerBoundMinSuppAsInstances, int totalTransactions)
          Generate all association rules, from the supplied frequet item sets, that meet a given minimum metric threshold.
 List<FPGrowth.AssociationRule> FPGrowth.getAssociationRules()
          Gets the list of mined association rules.
static List<FPGrowth.AssociationRule> FPGrowth.AssociationRule.pruneRules(List<FPGrowth.AssociationRule> rulesToPrune, ArrayList<Attribute> itemsToConsider, boolean useOr)
           
 

Methods in weka.associations with parameters of type FPGrowth.AssociationRule
 int FPGrowth.AssociationRule.compareTo(FPGrowth.AssociationRule other)
          Compare this rule to the supplied rule.
 

Method parameters in weka.associations with type arguments of type FPGrowth.AssociationRule
static List<FPGrowth.AssociationRule> FPGrowth.AssociationRule.pruneRules(List<FPGrowth.AssociationRule> rulesToPrune, ArrayList<Attribute> itemsToConsider, boolean useOr)
           
 



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