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

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

compute(NodeContext const &ctx, stats::RNG &rng) const overrideppforest2::stop::MinVarianceprotectedvirtual
display_name() const overrideppforest2::stop::MinVariancevirtual
Factory typedefStrategy< StopRule >
from_json(nlohmann::json const &j)ppforest2::stop::MinVariancestatic
MinVariance(types::Feature threshold)ppforest2::stop::MinVarianceexplicit
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::MinVarianceinlinevirtual
thresholdppforest2::stop::MinVariance
to_json() const overrideppforest2::stop::MinVariancevirtual
~Strategy()=defaultStrategy< StopRule >virtual