Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

List of all members

Model of the classifier trained by decision tree classification algorithm in batch processing mode. More...

Detailed Description

Member Function Documentation

void traverseBF ( TreeNodeVisitor  visitor)

Perform Breadth First Traversal of a tree in the model

Parameters
visitorThis object gets notified when tree nodes are visited
void traverseDF ( TreeNodeVisitor  visitor)

Perform Depth First Traversal of a tree in the model

Parameters
visitorThis object gets notified when tree nodes are visited

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.