Java* API Reference for Intel® Data Analytics Acceleration Library 2019

List of all members

Model trained by decision forest regression algorithm in batch processing mode. More...

Detailed Description

Member Function Documentation

void clear ( )

Removes all trees from the model

long getNumberOfTrees ( )

Get number of trees in the model

Returns
number of trees
void traverseBF ( long  iTree,
com.intel.daal.algorithms.regression.TreeNodeVisitor  visitor 
)

Perform Breadth First Traversal of a tree in the model

Deprecated:
This item will be removed in a future release.
Parameters
iTreeIndex of the tree to traverse
visitorThis object gets notified when tree nodes are visited
void traverseBFS ( long  iTree,
com.intel.daal.algorithms.tree_utils.regression.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
void traverseDF ( long  iTree,
com.intel.daal.algorithms.regression.TreeNodeVisitor  visitor 
)

Perform Depth First Traversal of a tree in the model

Deprecated:
This item will be removed in a future release.
Parameters
iTreeIndex of the tree to traverse
visitorThis object gets notified when tree nodes are visited
void traverseDFS ( long  iTree,
com.intel.daal.algorithms.tree_utils.regression.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.