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

List of all members

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

Detailed Description

Member Function Documentation

◆ clear()

void clear ( )

Removes all trees from the model

◆ getNumberOfTrees()

long getNumberOfTrees ( )

Get number of trees in the model

Returns
number of trees

◆ traverseBF()

void traverseBF ( long  iTree,
TreeNodeVisitor  visitor 
)

Perform Breadth First Traversal of a tree in the model

Parameters
iTreeIndex of the tree to traverse
visitorThis object gets notified when tree nodes are visited

◆ traverseDF()

void traverseDF ( long  iTree,
TreeNodeVisitor  visitor 
)

Perform Depth First Traversal of a tree in the model

Parameters
iTreeIndex of the tree to traverse
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.