ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
LeafStrategy.hpp File Reference

Go to the source code of this file.

Classes

class  ppforest2::leaf::LeafStrategy
 Abstract strategy for creating leaf nodes. More...
 

Namespaces

namespace  ppforest2
 Binarization strategies for multiclass-to-binary reduction.
 
namespace  ppforest2::leaf
 Leaf creation strategies.
 

Functions

LeafStrategy::Ptr ppforest2::leaf::majority_vote ()
 Factory function for majority-vote leaf strategy.
 
LeafStrategy::Ptr ppforest2::leaf::mean_response ()
 Factory function for mean-response leaf strategy.