|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
#include "models/strategies/Strategy.hpp"#include "stats/GroupPartition.hpp"#include "stats/Stats.hpp"#include "utils/Types.hpp"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. | |