Uses of Class
com.imsl.datamining.Itemsets
Packages that use Itemsets
-
Uses of Itemsets in com.imsl.datamining
Methods in com.imsl.datamining that return ItemsetsModifier and TypeMethodDescriptionstatic ItemsetsApriori.getFrequentItemsets(int[][] x, int maxNumProducts, int maxSetSize, double minPctSupport) Computes the frequent itemsets in the transaction set x.static ItemsetsReturn the union of a sequence of sets of itemsets.static ItemsetsApriori.updateFrequentItemsets(Itemsets candItemsets, int[] freq) Updates the set of frequent items incandItemsets.Methods in com.imsl.datamining with parameters of type ItemsetsModifier and TypeMethodDescriptionstatic int[]Apriori.countFrequency(Itemsets candItemsets, int[][] x) Returns the frequency of each itemset in the transaction data set,x.static int[]Apriori.countFrequency(Itemsets candItemsets, int[][] x, int[] prevFrequencies) Returns the frequency of each itemset in the transaction data set,x, added to the previous frequencies.static AssociationRule[]Apriori.getAssociationRules(Itemsets itemsets, double confidence, double lift) Returns strong association rules among the itemsets initemsets.static ItemsetsReturn the union of a sequence of sets of itemsets.static ItemsetsApriori.updateFrequentItemsets(Itemsets candItemsets, int[] freq) Updates the set of frequent items incandItemsets.