|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
#include "utils/Types.hpp"#include "models/Bagged.hpp"#include "models/Model.hpp"#include "models/TreeNode.hpp"Go to the source code of this file.
Classes | |
| class | ppforest2::Tree |
| Abstract base class for projection pursuit decision trees. More... | |
Namespaces | |
| namespace | ppforest2 |
| Binarization strategies for multiclass-to-binary reduction. | |
Typedefs | |
| using | ppforest2::BaggedTree = Bagged<Tree> |
Alias for the dominant Bagged instantiation in this codebase — a bootstrap-aggregated Tree. Inner tree is polymorphic (classification or regression via the Tree base); the wrapper itself is mode-agnostic. | |