Interface of callback object for classification model traversal.
More...
This method is called by traversal method when a leaf node is visited.
- Parameters
-
desc | Strucutre describing the split node of the tree |
- Returns
- This method should return false to cancel further search and true otherwise
This method is called by traversal method when a split node is visited.
- Parameters
-
desc | Strucutre describing the split node of the tree |
- Returns
- This method should return false to cancel further search and true otherwise
The documentation for this class was generated from the following file:
- tree_utils/classification/TreeNodeVisitor.java