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

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

compute(NodeContext const &ctx, stats::RNG &rng) const =0ppforest2::stop::StopRuleprotectedpure virtual
display_name() const=0Strategy< StopRule >pure virtual
Factory typedefStrategy< StopRule >
from_json(nlohmann::json const &j)Strategy< StopRule >inlinestatic
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=0Strategy< StopRule >pure virtual
to_json() const=0Strategy< StopRule >pure virtual
~Strategy()=defaultStrategy< StopRule >virtual