|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
#include "models/Projector.hpp"#include "models/strategies/vars/VariableSelection.hpp"#include "stats/GroupPartition.hpp"#include "utils/Types.hpp"#include <optional>Go to the source code of this file.
Classes | |
| struct | ppforest2::NodeContext |
| Mutable context accumulating intermediate results during node training. More... | |
Namespaces | |
| namespace | ppforest2 |
| Binarization strategies for multiclass-to-binary reduction. | |
Typedefs | |
| using | Projector = ppforest2::pp::Projector |
| using Projector = ppforest2::pp::Projector |