|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
This is the complete list of members for ppforest2::BootstrapTree, including all inherited members.
| accept(Model::Visitor &visitor) const override | ppforest2::Tree | virtual |
| BootstrapTree(TreeNode::Ptr root, TrainingSpec::Ptr spec, std::vector< int > samp) | ppforest2::BootstrapTree | |
| degenerate | ppforest2::Model | |
| oob_indices(int n_total) const | ppforest2::BootstrapTree | |
| 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 |
| predict_oob(types::FeatureMatrix const &x, std::vector< int > const &row_idx) const | ppforest2::BootstrapTree | |
| Ptr typedef | ppforest2::BootstrapTree | |
| root | ppforest2::Tree | |
| sample_indices | ppforest2::BootstrapTree | |
| train(TrainingSpec::Ptr const &training_spec, types::FeatureMatrix const &x, stats::GroupPartition const &group_spec, stats::RNG &rng) | ppforest2::BootstrapTree | static |
| ppforest2::Tree::train(TrainingSpec const &training_spec, types::FeatureMatrix const &x, types::ResponseVector const &y, stats::RNG &rng) | ppforest2::Tree | static |
| ppforest2::Tree::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::BootstrapTree | |
| ~Model()=default | ppforest2::Model | virtual |