Uses of Class
weka.associations.Item

Packages that use Item
weka.associations   
 

Uses of Item in weka.associations
 

Subclasses of Item in weka.associations
 class BinaryItem
          Class that encapsulates an item whose backing Attribute is binary or unary.
 class NominalItem
          Class that encapsulates a nominal item.
 class NumericItem
          Class that encapsulates a numeric item.
 

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

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

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

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



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