| Class | Description |
|---|---|
| FunctionalTrees |
The Functional Trees algorithm builds a decision tree model integrating in only
one model a decision tree and another classifier.
|
| Main |
This is the main class of the algorithm.
|
| myAttribute |
This class contains the most useful information about an attribute, and provides a set of functions to
manage this information easily.
|
| myDataset |
This class contains the most useful information about a dataset, and provides a set of functions to
manage this information easily.
|
| Split |
Data structure that is used during the construction of the decision tree.
|
| TreeNode |
Data structure that is used in the construction of the decision tree.
|