|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
Visitor interface for tree node dispatch. More...
#include <TreeNode.hpp>
Public Member Functions | |
| virtual void | visit (TreeCondition const &condition)=0 |
| virtual void | visit (TreeResponse const &response)=0 |
Visitor interface for tree node dispatch.
Implements the visitor pattern to distinguish between internal split nodes (TreeCondition) and leaf nodes (TreeResponse).
|
pure virtual |
|
pure virtual |