Uses of Class
org.processmining.logfiltering.algorithms.SPMF.RuleGrowth.AbstractOrderedItemset
-
Packages that use AbstractOrderedItemset Package Description org.processmining.logfiltering.algorithms.SPMF.RuleGrowth -
-
Uses of AbstractOrderedItemset in org.processmining.logfiltering.algorithms.SPMF.RuleGrowth
Subclasses of AbstractOrderedItemset in org.processmining.logfiltering.algorithms.SPMF.RuleGrowth Modifier and Type Class Description classItemsetThis class represents an itemset (a set of items) where the itemset is an array of integers sorted by lexical order where no item can appear twice, and the ids of transactions/sequences containing this itemset is represented as a set of integers.Methods in org.processmining.logfiltering.algorithms.SPMF.RuleGrowth with parameters of type AbstractOrderedItemset Modifier and Type Method Description java.lang.IntegerAbstractOrderedItemset. allTheSameExceptLastItem(AbstractOrderedItemset itemset2)Check if the items from this itemset are all the same as those of another itemset except the last item and that itemset2 is lexically smaller than this itemset.booleanAbstractOrderedItemset. allTheSameExceptLastItemV2(AbstractOrderedItemset itemset2)This method checks if this itemset is the same as another itemset except for the last item.booleanAbstractOrderedItemset. containsAll(AbstractOrderedItemset itemset2)This methods checks if another itemset is contained in this one.booleanAbstractOrderedItemset. isEqualTo(AbstractOrderedItemset itemset2)This method compare this itemset with another itemset to see if they are equal.
-