Uses of Class
weka.associations.FPGrowth.BinaryItem

Packages that use FPGrowth.BinaryItem
weka.associations   
 

Uses of FPGrowth.BinaryItem in weka.associations
 

Methods in weka.associations that return types with arguments of type FPGrowth.BinaryItem
 Collection<FPGrowth.BinaryItem> FPGrowth.AssociationRule.getConsequence()
          Get the consequence of this rule.
 Collection<FPGrowth.BinaryItem> FPGrowth.AssociationRule.getPremise()
          Get the premise of this rule.
 

Methods in weka.associations with parameters of type FPGrowth.BinaryItem
 int FPGrowth.BinaryItem.compareTo(FPGrowth.BinaryItem comp)
          Ensures that items will be sorted in descending order of frequency.
 

Constructor parameters in weka.associations with type arguments of type FPGrowth.BinaryItem
FPGrowth.AssociationRule(Collection<FPGrowth.BinaryItem> premise, Collection<FPGrowth.BinaryItem> consequence, FPGrowth.AssociationRule.METRIC_TYPE metric, int premiseSupport, int consequenceSupport, int totalSupport, int totalTransactions)
          Construct a new association rule.
FPGrowth.AssociationRule(Collection<FPGrowth.BinaryItem> premise, Collection<FPGrowth.BinaryItem> consequence, FPGrowth.AssociationRule.METRIC_TYPE metric, int premiseSupport, int consequenceSupport, int totalSupport, int totalTransactions)
          Construct a new association rule.
 



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