Uses of Class
org.processmining.logfiltering.algorithms.SPMF.RuleGrowth.AbstractItemset
-
Packages that use AbstractItemset Package Description org.processmining.logfiltering.algorithms.SPMF.RuleGrowth -
-
Uses of AbstractItemset in org.processmining.logfiltering.algorithms.SPMF.RuleGrowth
Subclasses of AbstractItemset in org.processmining.logfiltering.algorithms.SPMF.RuleGrowth 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) 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.
-