ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
ppforest2::vars Namespace Reference

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.
 

Function Documentation

◆ all()

VariableSelection::Ptr ppforest2::vars::all ( )

Factory function: select all variables (no selection).

◆ uniform()

VariableSelection::Ptr ppforest2::vars::uniform ( int n_vars)

Factory function: uniform random variable selection.