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

Go to the source code of this file.

Classes

class  ppforest2::grouping::Grouping
 Abstract strategy for managing group partitions. More...
 

Namespaces

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

Functions

Grouping::Ptr ppforest2::grouping::by_cutpoint ()
 Factory function for cutpoint-based grouping (regression).
 
Grouping::Ptr ppforest2::grouping::by_label ()
 Factory function for label-based grouping.