| Abstraction_Generic |
Abstract Class to enable any kind of abstraction.
|
| Abstraction_Qualitative |
Class that implements a qualitative abstraction.
|
| AbstractionCreator |
Abstract class that is thought to make it possible the creation of any kind
of abstractions.
|
| AbstractionCreator_Qualitative |
Class that implements a qualitative abstraction.
|
| IDList |
Interface for a IdList class.
|
| IdListCreator |
Interface for a IdList Creator.
|
| Item |
Implementation of an item.
|
| ItemAbstractionPair |
Class that represents a pair - .
|
| ItemAbstractionPairCreator |
Class that implements a creator for pairs - that are used in a pattern implementation.
|
| Itemset |
This class represents an itemset from a sequence.
|
| MemoryLogger |
This class is used to record the maximum memory usaged of an algorithm during
a given execution.
|
| Pattern |
Implementation of pattern structure.
|
| PatternCreator |
This class is the implementation of a creator of patterns.
|
| Position |
This class represents a position of an item in a sequence.
|
| Saver |
This is the definition of a interface in order to decide where the user wants
to keep the patterns.
|
| Sequence |
Inspired in SPMF Implementation of a sequence.
|
| SequenceDatabase |
Inspired in SPMF.
|
| Sequences |
Inspired in SPMF
This class implements a list of frequent sequence lists (or frequent
pattern lists) that it is organized by levels.
|
| Trie |
Class that implement a trie structure.
|
| TrieNode |
Class that implement a bucked for the nodes that are pointed by a Trie.
|