ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
TreeNode.hpp File Reference
#include <memory>
#include <set>
#include "utils/Types.hpp"

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)