Model trained by gradient boosted trees regression algorithm in batch processing mode.
More...
Removes all trees from the model
long getNumberOfTrees |
( |
| ) |
|
Get number of trees in the model
- Returns
- number of trees
Perform Breadth First Traversal of a tree in the model
- Deprecated:
- This item will be removed in a future release.
- Parameters
-
iTree | Index of the tree to traverse |
visitor | This object gets notified when tree nodes are visited |
Perform Breadth First Traversal of a tree in the model
- Parameters
-
iTree | Index of the tree to traverse |
visitor | This object gets notified when tree nodes are visited |
Perform Depth First Traversal of a tree in the model
- Deprecated:
- This item will be removed in a future release.
- Parameters
-
iTree | Index of the tree to traverse |
visitor | This object gets notified when tree nodes are visited |
Perform Depth First Traversal of a tree in the model
- Parameters
-
iTree | Index of the tree to traverse |
visitor | This object gets notified when tree nodes are visited |
The documentation for this class was generated from the following file:
- gbt/regression/Model.java