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

Go to the source code of this file.

Classes

class  ppforest2::cutpoint::Cutpoint
 Abstract strategy for computing the split cutpoint. More...
 

Namespaces

namespace  ppforest2
 Binarization strategies for multiclass-to-binary reduction.
 
namespace  ppforest2::cutpoint
 

Functions

Cutpoint::Ptr ppforest2::cutpoint::mean_of_means ()
 Factory function for mean-of-means split cutpoint.