|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
This is the complete list of members for ppforest2::TrainingSpec, including all inherited members.
| dr_strategy | ppforest2::TrainingSpec | |
| from_json(nlohmann::json const &j) | ppforest2::TrainingSpec | static |
| is_forest() const | ppforest2::TrainingSpec | inline |
| make(Args &&... args) | ppforest2::TrainingSpec | inlinestatic |
| max_retries | ppforest2::TrainingSpec | |
| pp_strategy | ppforest2::TrainingSpec | |
| Ptr typedef | ppforest2::TrainingSpec | |
| resolve_threads() const | ppforest2::TrainingSpec | inline |
| seed | ppforest2::TrainingSpec | |
| size | ppforest2::TrainingSpec | |
| sr_strategy | ppforest2::TrainingSpec | |
| threads | ppforest2::TrainingSpec | |
| to_json(nlohmann::json &j) const | ppforest2::TrainingSpec | |
| TrainingSpec(pp::PPStrategy::Ptr pp, dr::DRStrategy::Ptr dr, sr::SRStrategy::Ptr sr, int size=0, int seed=0, int threads=0, int max_retries=3) | ppforest2::TrainingSpec |