|
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 <vector>Go to the source code of this file.
Classes | |
| struct | ppforest2::vars::VariableSelection::Result |
| Result of a variable selection step. More... | |
| class | ppforest2::vars::VariableSelection |
| Abstract strategy for variable selection. More... | |
Namespaces | |
| namespace | ppforest2 |
| Binarization strategies for multiclass-to-binary reduction. | |
| namespace | ppforest2::vars |
Functions | |
| VariableSelection::Ptr | ppforest2::vars::all () |
| Factory function: select all variables (no selection). | |
| VariableSelection::Ptr | ppforest2::vars::uniform (int n_vars) |
| Factory function: uniform random variable selection. | |