Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Model trained by decision tree regression algorithm in batch processing mode. More...
void traverseBF | ( | TreeNodeVisitor | visitor | ) |
Perform Breadth First Traversal of a tree in the model
visitor | This object gets notified when tree nodes are visited |
void traverseDF | ( | TreeNodeVisitor | visitor | ) |
Perform Depth First Traversal of a tree in the model
visitor | This object gets notified when tree nodes are visited |
For more complete information about compiler optimizations, see our Optimization Notice.