| Class | Description |
|---|---|
| Alcalaetal |
It gathers all the parameters, launches the algorithm, and prints out the results
|
| AlcalaetalProcess |
It provides the implementation of the algorithm to be run in a process
|
| AssociationRule | |
| Chromosome |
It is used for representing and handling a chromosome throughout the evolutionary learning
|
| FuzzyAttribute | |
| FuzzyDataset |
It represents a fuzzy dataset which is based on the original dataset and handles fuzzy transactions
|
| FuzzyRegion | |
| Gene |
It is used for representing and handling a gene throughout the evolutionary learning
|
| Item |
It represents an item throughout the execution of the algorithm
|
| Itemset |
It represents an itemset throughout the execution of the algorithm
|
| Main | |
| myDataset |
It contains the methods to read a Dataset for the Association Rules Mining problem
|
| parseParameters | |
| StopWatch |
Class for timing applications.
|