| Class | Description |
|---|---|
| Algorithm |
Abstract class of the algorithm implemented.
|
| Attribute |
Class to implement an attribute
|
| Dataset |
Class to implement the dataset
|
| Histograma |
This class implements the histogram associated with the tree nodes.
|
| Itemset |
Class to manipulate an itemset.
|
| ListaAtributos |
This class manages an ordered list of each attribute.
|
| ListaClases |
This class manages that list of classes of a dataset.
|
| Node |
This class implements the nodes of SLIQ decision tree.
|
| SLIQ |
Implementation of the SLIQ algorithm.
|