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

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

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