C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
TreeNodeVisitor< LeafNodeDescriptorType > Class Template Referenceabstract

Interface of abstract visitor used in tree traversal methods. More...

Class Declaration

template<typename LeafNodeDescriptorType>
class daal::algorithms::tree_utils::interface1::TreeNodeVisitor< LeafNodeDescriptorType >

References

Member Function Documentation

virtual bool onLeafNode ( const LeafNodeDescriptorType &  desc)
pure virtual

This method is called by traversal method when a leaf node is visited.

Parameters
[in]descThe structure containing description of the leaf visited
Returns
This method should return false to cancel further search and true otherwise
virtual bool onSplitNode ( const SplitNodeDescriptor desc)
pure virtual

This method is called by traversal method when a leaf node is visited.

Parameters
[in]descThe structure containing description of the leaf visited
Returns
This method should return false to cancel further search and true otherwise

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

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