Interface of abstract visitor used in tree traversal methods.
More...
template<typename LeafNodeDescriptorType>
class daal::algorithms::tree_utils::interface1::TreeNodeVisitor< LeafNodeDescriptorType >
- References
-
virtual bool onLeafNode |
( |
const LeafNodeDescriptorType & |
desc | ) |
|
|
pure virtual |
This method is called by traversal method when a leaf node is visited.
- Parameters
-
[in] | desc | The structure containing description of the leaf visited |
- Returns
- This method should return false to cancel further search and true otherwise
This method is called by traversal method when a leaf node is visited.
- Parameters
-
[in] | desc | The 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: