| 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.
|
| AlgoClaSP |
This is an implementation of the ClaSP algorithm.
|
| AlgoCM_ClaSP |
This is an implementation of the ClaSP algorithm.
|
| FrequentPatternEnumeration_ClaSP |
This is an implementation of the main method of ClaSP algorithm.
|
| IdListCreatorStandard_Map |
Creator of a IdList based on a hashmap of arraylists.
|
| IDListStandard_Map |
Inspired in SPMF.
|
| Item<T extends java.lang.Comparable> |
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.
|
| ItemFactory<T extends java.lang.Comparable> |
Implementation of a pool of items.
|
| Itemset |
This class represents an itemset from a sequence.
|
| MainTestCMClaSP_saveToFile |
Example of how to use the algorithm ClaSP, saving the results in a given file
|
| MainTestCMClaSP_saveToMemory |
Example of how to use the algorithm ClaSP, saving the results in the
main memory
|
| 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.
|
| SaverIntoFile |
This is an implementation of a class implementing the Saver interface.
|
| SaverIntoMemory |
This is an implementation of a class implementing the Saver interface.
|
| 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.
|
| ShowTrie |
This class is used to display a trie visually using Swing if necessary.
|
| Trie |
Class that implement a trie structure.
|
| TrieNode |
Class that implement a bucked for the nodes that are pointed by a Trie.
|