|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
This is the complete list of members for ppforest2::pp::PPStrategy, including all inherited members.
| display_name() const=0 | Strategy< PPStrategy > | pure virtual |
| Factory typedef | Strategy< PPStrategy > | |
| from_json(nlohmann::json const &j) | Strategy< PPStrategy > | inlinestatic |
| index(types::FeatureMatrix const &x, stats::GroupPartition const &group_spec, Projector const &projector) const =0 | ppforest2::pp::PPStrategy | pure virtual |
| operator()(types::FeatureMatrix const &x, stats::GroupPartition const &group_spec) const | ppforest2::pp::PPStrategy | inline |
| optimize(types::FeatureMatrix const &x, stats::GroupPartition const &group_spec) const =0 | ppforest2::pp::PPStrategy | pure virtual |
| Ptr typedef | Strategy< PPStrategy > | |
| register_strategy(std::string const &name, Factory factory) | Strategy< PPStrategy > | inlinestatic |
| to_json(nlohmann::json &j) const=0 | Strategy< PPStrategy > | pure virtual |
| ~Strategy()=default | Strategy< PPStrategy > | virtual |