C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members

Base class for models trained with the decision forest regression algorithm More...

Class Declaration

Template Parameters
modelFPTypeData type to store decision forest model data, double or float
References

Member Function Documentation

◆ clear()

virtual void clear ( )
pure virtual

Removes all trees from the model

◆ numberOfTrees()

virtual size_t numberOfTrees ( ) const
pure virtual

Get number of trees in the decision forest model

Returns
number of trees

◆ traverseBF()

virtual void traverseBF ( size_t  iTree,
algorithms::regression::TreeNodeVisitor visitor 
) const
pure virtual

Perform Breadth First Traversal of i-th tree

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

◆ traverseDF()

virtual void traverseDF ( size_t  iTree,
algorithms::regression::TreeNodeVisitor visitor 
) const
pure virtual

Perform Depth First Traversal of i-th tree

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