|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
#include "utils/Types.hpp"#include "utils/JsonValidation.hpp"#include "models/PPStrategy.hpp"#include "models/Strategy.hpp"Go to the source code of this file.
Classes | |
| struct | ppforest2::pp::PPPDAStrategy |
| Penalized Discriminant Analysis projection pursuit strategy. More... | |
Namespaces | |
| namespace | ppforest2 |
| namespace | ppforest2::pp |
| Projection pursuit strategies. | |
Functions | |
| PPStrategy::Ptr | ppforest2::pp::pda (float lambda) |
| Factory function for a PDA projection pursuit strategy. | |