|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
This is the complete list of members for ppforest2::stop::MinSize, including all inherited members.
| compute(NodeContext const &ctx, stats::RNG &rng) const override | ppforest2::stop::MinSize | protectedvirtual |
| display_name() const override | ppforest2::stop::MinSize | virtual |
| Factory typedef | Strategy< StopRule > | |
| from_json(nlohmann::json const &j) | ppforest2::stop::MinSize | static |
| min_size | ppforest2::stop::MinSize | |
| MinSize(int min_size) | ppforest2::stop::MinSize | explicit |
| 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 override | ppforest2::stop::MinSize | inlinevirtual |
| to_json() const override | ppforest2::stop::MinSize | virtual |
| ~Strategy()=default | Strategy< StopRule > | virtual |