|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
This is the complete list of members for ppforest2::Tree, including all inherited members.
| accept(Model::Visitor &visitor) const override | ppforest2::Tree | virtual |
| degenerate | ppforest2::Model | |
| operator!=(Tree const &other) const | ppforest2::Tree | |
| operator==(Tree const &other) const | ppforest2::Tree | |
| predict(types::FeatureVector const &data) const override | ppforest2::Tree | virtual |
| predict(types::FeatureMatrix const &data) const override | ppforest2::Tree | virtual |
| predict(types::FeatureMatrix const &data, Proportions) const override | ppforest2::Tree | virtual |
| Ptr typedef | ppforest2::Model | |
| root | ppforest2::Tree | |
| train(TrainingSpec const &training_spec, types::FeatureMatrix const &x, types::ResponseVector const &y, stats::RNG &rng) | ppforest2::Tree | static |
| train(TrainingSpec const &training_spec, types::FeatureMatrix const &x, stats::GroupPartition const &group_spec, stats::RNG &rng) | ppforest2::Tree | static |
| ppforest2::Model::train(TrainingSpec const &spec, types::FeatureMatrix const &x, types::ResponseVector const &y) | ppforest2::Model | static |
| training_spec | ppforest2::Model | |
| Tree(TreeNode::Ptr root, TrainingSpec::Ptr training_spec) | ppforest2::Tree | |
| ~Model()=default | ppforest2::Model | virtual |