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

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

CompositeStop(std::vector< StopRule::Ptr > rules)ppforest2::stop::CompositeStopexplicit
compute(NodeContext const &ctx, stats::RNG &rng) const overrideppforest2::stop::CompositeStopprotectedvirtual
display_name() const overrideppforest2::stop::CompositeStopvirtual
Factory typedefStrategy< StopRule >
from_json(nlohmann::json const &j)ppforest2::stop::CompositeStopstatic
Ptr typedefStrategy< StopRule >
register_strategy(std::string const &name, Factory factory)Strategy< StopRule >inlinestatic
rulesppforest2::stop::CompositeStop
should_stop(NodeContext const &ctx, stats::RNG &rng) constppforest2::stop::StopRule
supported_modes() const overrideppforest2::stop::CompositeStopvirtual
to_json() const overrideppforest2::stop::CompositeStopvirtual
~Strategy()=defaultStrategy< StopRule >virtual