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

This is the complete list of members for ppforest2::dr::DRNoopStrategy, including all inherited members.

display_name() const overrideppforest2::dr::DRNoopStrategyinlinevirtual
Factory typedefStrategy< DRStrategy >
from_json(nlohmann::json const &j)ppforest2::dr::DRNoopStrategystatic
operator()(types::FeatureMatrix const &x, stats::GroupPartition const &group_spec, stats::RNG &rng) constppforest2::dr::DRStrategyinline
Ptr typedefStrategy< DRStrategy >
register_strategy(std::string const &name, Factory factory)Strategy< DRStrategy >inlinestatic
select(types::FeatureMatrix const &x, stats::GroupPartition const &group_spec, stats::RNG &rng) const overrideppforest2::dr::DRNoopStrategyvirtual
to_json(nlohmann::json &j) const overrideppforest2::dr::DRNoopStrategyvirtual
~Strategy()=defaultStrategy< DRStrategy >virtual