| Interface | Description |
|---|---|
| TreeBuilder |
Abstract base class for TreeBuilders
|
| Class | Description |
|---|---|
| DecisionTreeBuilder |
Builds a classification tree or regression tree
A classification tree is built when the criterion variable is the categorical attribute. A regression tree is built when the criterion variable is the numerical attribute. |
| DefaultTreeBuilder |
Builds a Decision Tree
Based on the algorithm described in the "Decision Trees" tutorials by Andrew W. |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.