| Class | Description |
|---|---|
| AbstractTreeNode | |
| DecisionTree |
A decision tree that can be used for classification with numerical or
categorical features.
|
| LeafNode | |
| NominalNode | |
| NumericalNode | |
| RandomForest |
A decision tree forest, using bagging.
|
| Split |
From Mahout, split class with better naming.
|
| TreeCompiler |
Compilation unit for the object tree structure of the
DecisionTree. |
| Enum | Description |
|---|---|
| FeatureType |
Denotes a feature type, either numerical or nominal.
|
Copyright © 2016. All rights reserved.