Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Model of the classifier trained by gradient boosted trees classification algorithm in batch processing mode. More...
long getNumberOfTrees | ( | ) |
Get number of trees in the model
void traverseBF | ( | long | iTree, |
TreeNodeVisitor | visitor | ||
) |
Perform Breadth First Traversal of a tree in the model
iTree | Index of the tree to traverse |
visitor | This object gets notified when tree nodes are visited |
void traverseDF | ( | long | iTree, |
TreeNodeVisitor | visitor | ||
) |
Perform Depth First Traversal of a tree in the model
iTree | Index of the tree to traverse |
visitor | This object gets notified when tree nodes are visited |
For more complete information about compiler optimizations, see our Optimization Notice.