| Class | Description |
|---|---|
| Alatasetal |
It gathers all the parameters, launches the algorithm, and prints out the results
|
| AlatasetalProcess |
It provides the implementation of the algorithm to be run in a process
|
| AssociationRule |
It is used for representing and handling an Association Rule.
|
| Chromosome |
It is used for representing and handling a Chromosome throughout the evolutionary learning
|
| Gene |
It is used for representing and handling a Gene throughout the evolutionary learning
|
| Main | |
| myDataset |
It contains the methods to read a Dataset for the Association Rules Mining problem
|
| parseParameters | |
| StopWatch |
Class for timing applications.
|