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

This is the complete list of members for ppforest2::leaf::LeafStrategy, including all inherited members.

compute(NodeContext const &ctx, stats::RNG &rng) const =0ppforest2::leaf::LeafStrategyprotectedpure virtual
create_leaf(NodeContext const &ctx, stats::RNG &rng) constppforest2::leaf::LeafStrategyinline
display_name() const=0Strategy< LeafStrategy >pure virtual
Factory typedefStrategy< LeafStrategy >
from_json(nlohmann::json const &j)Strategy< LeafStrategy >inlinestatic
Ptr typedefStrategy< LeafStrategy >
register_strategy(std::string const &name, Factory factory)Strategy< LeafStrategy >inlinestatic
supported_modes() const=0Strategy< LeafStrategy >pure virtual
to_json() const=0Strategy< LeafStrategy >pure virtual
~Strategy()=defaultStrategy< LeafStrategy >virtual