|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
#include "models/Projector.hpp"#include "models/strategies/Strategy.hpp"#include "stats/Stats.hpp"#include "utils/Types.hpp"Go to the source code of this file.
Classes | |
| class | ppforest2::pp::ProjectionPursuit |
| Abstract strategy for projection pursuit optimization. More... | |
| struct | ppforest2::pp::ProjectionPursuit::Result |
| Result of a projection pursuit optimization step. More... | |
Namespaces | |
| namespace | ppforest2 |
| Binarization strategies for multiclass-to-binary reduction. | |
| namespace | ppforest2::pp |
Functions | |
| ProjectionPursuit::Ptr | ppforest2::pp::pda (float lambda) |
| Factory function for a PDA projection pursuit strategy. | |