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

This is the complete list of members for ppforest2::stop::MaxDepth, including all inherited members.

compute(NodeContext const &ctx, stats::RNG &rng) const overrideppforest2::stop::MaxDepthprotectedvirtual
display_name() const overrideppforest2::stop::MaxDepthvirtual
Factory typedefStrategy< StopRule >
from_json(nlohmann::json const &j)ppforest2::stop::MaxDepthstatic
max_depthppforest2::stop::MaxDepth
MaxDepth(int max_depth)ppforest2::stop::MaxDepthexplicit
Ptr typedefStrategy< StopRule >
register_strategy(std::string const &name, Factory factory)Strategy< StopRule >inlinestatic
should_stop(NodeContext const &ctx, stats::RNG &rng) constppforest2::stop::StopRule
supported_modes() const overrideppforest2::stop::MaxDepthinlinevirtual
to_json() const overrideppforest2::stop::MaxDepthvirtual
~Strategy()=defaultStrategy< StopRule >virtual