Uses of Class
weka.associations.Item
-
Uses of Item in weka.associations
Modifier and TypeClassDescriptionclass
Class that encapsulates an item whose backing Attribute is binary or unary.class
Class that encapsulates a nominal item.class
Class that encapsulates a numeric item.Modifier and TypeMethodDescriptionabstract Collection<Item>
AssociationRule.getConsequence()
Get the consequence of this rule.DefaultAssociationRule.getConsequence()
abstract Collection<Item>
AssociationRule.getPremise()
Get the premise of this rule.DefaultAssociationRule.getPremise()
Modifier and TypeMethodDescriptionint
Ensures that items will be sorted in descending order of frequency.Modifier and TypeMethodDescriptionboolean
AssociationRule.containsItems
(ArrayList<Item> items, boolean useOr) static List<AssociationRule>
FPGrowth.pruneRules
(List<AssociationRule> rulesToPrune, ArrayList<Item> itemsToConsider, boolean useOr) ModifierConstructorDescriptionDefaultAssociationRule
(Collection<Item> premise, Collection<Item> consequence, DefaultAssociationRule.METRIC_TYPE metric, int premiseSupport, int consequenceSupport, int totalSupport, int totalTransactions) Construct a new default association rule.