Contains a class for Decision tree model-based training.
More...
|
| class | Input |
| | Base class for the input objects in the training stage of the classification algorithms. More...
|
| |
| class | Result |
| | Provides methods to access the result obtained with the compute() method of Decision tree model-based training. More...
|
| |
Available identifiers of the results in the training stage of Decision tree
| Enumerator |
|---|
| dataForPruning |
Pruning data set
|
| labelsForPruning |
Labels of the pruning data set
|
| Enumerator |
|---|
| defaultDense |
Default method
|