ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
ppforest2::vars::VariableSelection Member List

This is the complete list of members for ppforest2::vars::VariableSelection, including all inherited members.

compute(NodeContext &ctx, stats::RNG &rng) const =0ppforest2::vars::VariableSelectionprotectedpure virtual
display_name() const=0Strategy< VariableSelection >pure virtual
Factory typedefStrategy< VariableSelection >
from_json(nlohmann::json const &j)Strategy< VariableSelection >inlinestatic
Ptr typedefStrategy< VariableSelection >
register_strategy(std::string const &name, Factory factory)Strategy< VariableSelection >inlinestatic
select(NodeContext &ctx, stats::RNG &rng) constppforest2::vars::VariableSelection
supported_modes() const=0Strategy< VariableSelection >pure virtual
to_json() const=0Strategy< VariableSelection >pure virtual
~Strategy()=defaultStrategy< VariableSelection >virtual