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

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

compute(NodeContext &ctx, stats::RNG &rng) const overrideppforest2::vars::Uniformprotectedvirtual
display_name() const overrideppforest2::vars::Uniforminlinevirtual
Factory typedefStrategy< VariableSelection >
from_json(nlohmann::json const &j)ppforest2::vars::Uniformstatic
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 overrideppforest2::vars::Uniforminlinevirtual
to_json() const overrideppforest2::vars::Uniformvirtual
Uniform(int n_vars)ppforest2::vars::Uniformexplicit
~Strategy()=defaultStrategy< VariableSelection >virtual