Uses of Class
weka.associations.ItemSet
Packages that use ItemSet
-
Uses of ItemSet in weka.associations
Subclasses of ItemSet in weka.associationsModifier and TypeClassDescriptionclass
Class for storing a set of items.class
Class for storing a set of items together with a class label.Methods in weka.associations that return types with arguments of type ItemSetModifier and TypeMethodDescriptionItemSet.getHashtable
(ArrayList<Object> itemSets, int initialSize) Return a hashtable filled with the given item sets.LabeledItemSet.getHashtable
(ArrayList<Object> itemSets, int initialSize) Return a hashtable filled with the given item sets.Method parameters in weka.associations with type arguments of type ItemSetModifier and TypeMethodDescriptionAprioriItemSet.generateRules
(double minConfidence, ArrayList<Hashtable<ItemSet, Integer>> hashtables, int numItemsInSet) Generates all rules for an item set.AprioriItemSet.generateRulesBruteForce
(double minMetric, int metricType, ArrayList<Hashtable<ItemSet, Integer>> hashtables, int numItemsInSet, int numTransactions, double significanceLevel) Generates all significant rules for an item set.Prunes a set of (k)-item sets using the given (k-1)-item sets.Prunes a set of (k)-item sets using the given (k-1)-item sets.