|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
This is the complete list of members for ppforest2::stop::StopRule, including all inherited members.
| compute(NodeContext const &ctx, stats::RNG &rng) const =0 | ppforest2::stop::StopRule | protectedpure virtual |
| display_name() const=0 | Strategy< StopRule > | pure virtual |
| Factory typedef | Strategy< StopRule > | |
| from_json(nlohmann::json const &j) | Strategy< StopRule > | inlinestatic |
| Ptr typedef | Strategy< StopRule > | |
| register_strategy(std::string const &name, Factory factory) | Strategy< StopRule > | inlinestatic |
| should_stop(NodeContext const &ctx, stats::RNG &rng) const | ppforest2::stop::StopRule | |
| supported_modes() const=0 | Strategy< StopRule > | pure virtual |
| to_json() const=0 | Strategy< StopRule > | pure virtual |
| ~Strategy()=default | Strategy< StopRule > | virtual |