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

This is the complete list of members for ppforest2::sr::SRStrategy, including all inherited members.

display_name() const=0Strategy< SRStrategy >pure virtual
Factory typedefStrategy< SRStrategy >
from_json(nlohmann::json const &j)Strategy< SRStrategy >inlinestatic
operator()(types::FeatureMatrix const &group_1, types::FeatureMatrix const &group_2, pp::Projector const &projector) constppforest2::sr::SRStrategyinline
Ptr typedefStrategy< SRStrategy >
register_strategy(std::string const &name, Factory factory)Strategy< SRStrategy >inlinestatic
threshold(types::FeatureMatrix const &group_1, types::FeatureMatrix const &group_2, pp::Projector const &projector) const =0ppforest2::sr::SRStrategypure virtual
to_json(nlohmann::json &j) const=0Strategy< SRStrategy >pure virtual
~Strategy()=defaultStrategy< SRStrategy >virtual