Uses of Class
org.processmining.logfiltering.algorithms.SPMF.PatternMining.AbstractOrderedItemset
-
Packages that use AbstractOrderedItemset Package Description org.processmining.logfiltering.algorithms.SPMF.PatternMining -
-
Uses of AbstractOrderedItemset in org.processmining.logfiltering.algorithms.SPMF.PatternMining
Subclasses of AbstractOrderedItemset in org.processmining.logfiltering.algorithms.SPMF.PatternMining Modifier and Type Class Description classItemsetThis class represents an itemset (a set of items) implemented as an array of integers with a variable to store the support count of the itemset.Methods in org.processmining.logfiltering.algorithms.SPMF.PatternMining 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.
-