Uses of Class
org.processmining.logfiltering.algorithms.SPMF.PatternMining.AbstractItemset
-
Packages that use AbstractItemset Package Description org.processmining.logfiltering.algorithms.SPMF.PatternMining -
-
Uses of AbstractItemset in org.processmining.logfiltering.algorithms.SPMF.PatternMining
Subclasses of AbstractItemset in org.processmining.logfiltering.algorithms.SPMF.PatternMining Modifier and Type Class Description classAbstractOrderedItemsetThis is an abstract class indicating general methods that an ordered itemset should have, and is designed for ordered itemsets where items are sorted by lexical order and no item can appear twice.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.
-