|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
Classes | |
| class | ByCutpoint |
| Cutpoint-based grouping for regression trees. More... | |
| class | ByLabel |
| Label-based grouping: create partitions from sorted class labels. More... | |
| class | Grouping |
| Abstract strategy for managing group partitions. More... | |
Functions | |
| Grouping::Ptr | by_cutpoint () |
| Factory function for cutpoint-based grouping (regression). | |
| Grouping::Ptr | by_label () |
| Factory function for label-based grouping. | |
| 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.