|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
Classes | |
| class | All |
| Selects all variables (no variable selection). More... | |
| class | Uniform |
| Uniform random variable selection. More... | |
| class | VariableSelection |
| Abstract strategy for variable selection. More... | |
Functions | |
| VariableSelection::Ptr | all () |
| Factory function: select all variables (no selection). | |
| VariableSelection::Ptr | uniform (int n_vars) |
| Factory function: uniform random variable selection. | |
| 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.