Uses of Class
weka.associations.Item
Packages that use Item
-
Uses of Item in weka.associations
Subclasses of Item in weka.associationsModifier and TypeClassDescriptionclassClass that encapsulates an item whose backing Attribute is binary or unary.classClass that encapsulates a nominal item.classClass that encapsulates a numeric item.Methods in weka.associations that return types with arguments of type ItemModifier 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()Methods in weka.associations with parameters of type ItemModifier and TypeMethodDescriptionintEnsures that items will be sorted in descending order of frequency.Method parameters in weka.associations with type arguments of type ItemModifier and TypeMethodDescriptionbooleanAssociationRule.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 ItemModifierConstructorDescriptionDefaultAssociationRule(Collection<Item> premise, Collection<Item> consequence, DefaultAssociationRule.METRIC_TYPE metric, int premiseSupport, int consequenceSupport, int totalSupport, int totalTransactions) Construct a new default association rule.