Package | Description |
---|---|
org.processmining.logfiltering.algorithms | |
org.processmining.logfiltering.algorithms.SPMF |
Class and Description |
---|
PatternSequenceDatabase
Implementation of a sequence database, where each sequence is implemented
as a list of integers and should have a unique id.
|
Class and Description |
---|
AlgoPrefixSpan.MapFrequentPairs
This class contains two maps, which are used for counting the
frequencies of items, whether in a postfix itemset or a normal itemset.
|
Itemset
This class represents an itemset from a sequence where
the itemset is a list of strings ordered by lexical order and does not
contain an item twice, and the support of the itemset is not stored.
|
MemoryLogger
This class is used to record the maximum memory usaged of an algorithm during
a given execution.
|
PatternSequenceDatabase
Implementation of a sequence database, where each sequence is implemented
as a list of integers and should have a unique id.
|
PseudoSequence
This represents a sequence from a projected database (as based in PrefixSpan).
|
Sequence
Implementation of a sequence as a list of itemsets, where an itemset is a list of integers.
|
SequentialPattern
This class represents a sequential pattern.
|
SequentialPatterns
A set of sequential patterns grouped by their size (how many items they have).
|