|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
#include "models/TreeNode.hpp"#include "models/Projector.hpp"#include "utils/Types.hpp"#include "utils/Math.hpp"Go to the source code of this file.
Classes | |
| struct | ppforest2::TreeCondition |
| Internal split node in a projection pursuit tree. More... | |
Namespaces | |
| namespace | ppforest2 |
Typedefs | |
| using | ppforest2::Threshold = types::Feature |
| Scalar threshold type for split decisions. | |