Package | Description |
---|---|
org.processmining.logfiltering.algorithms.SPMF.RuleGrowth |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOrderedItemset
This 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.
|
class |
Itemset
This 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.
|