|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
Go to the source code of this file.
Classes | |
| class | ppforest2::TreeNode |
| Abstract base class for nodes in a projection pursuit tree. More... | |
| class | ppforest2::TreeNode::Visitor |
| Visitor interface for tree node dispatch. More... | |
Namespaces | |
| namespace | ppforest2 |
| Binarization strategies for multiclass-to-binary reduction. | |
Functions | |
| bool | ppforest2::is_leaf (TreeNode const &node) |
Whether node is a TreeLeaf. | |
| bool | ppforest2::is_leaf (TreeNode::Ptr const &node) |