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

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

accept(Model::Visitor &visitor) const overrideppforest2::Treevirtual
BootstrapTree(TreeNode::Ptr root, TrainingSpec::Ptr spec, std::vector< int > samp)ppforest2::BootstrapTree
degenerateppforest2::Model
oob_indices(int n_total) constppforest2::BootstrapTree
operator!=(Tree const &other) constppforest2::Tree
operator==(Tree const &other) constppforest2::Tree
predict(types::FeatureVector const &data) const overrideppforest2::Treevirtual
predict(types::FeatureMatrix const &data) const overrideppforest2::Treevirtual
predict(types::FeatureMatrix const &data, Proportions) const overrideppforest2::Treevirtual
predict_oob(types::FeatureMatrix const &x, std::vector< int > const &row_idx) constppforest2::BootstrapTree
Ptr typedefppforest2::BootstrapTree
rootppforest2::Tree
sample_indicesppforest2::BootstrapTree
train(TrainingSpec::Ptr const &training_spec, types::FeatureMatrix const &x, stats::GroupPartition const &group_spec, stats::RNG &rng)ppforest2::BootstrapTreestatic
ppforest2::Tree::train(TrainingSpec const &training_spec, types::FeatureMatrix const &x, types::ResponseVector const &y, stats::RNG &rng)ppforest2::Treestatic
ppforest2::Tree::train(TrainingSpec const &training_spec, types::FeatureMatrix const &x, stats::GroupPartition const &group_spec, stats::RNG &rng)ppforest2::Treestatic
ppforest2::Model::train(TrainingSpec const &spec, types::FeatureMatrix const &x, types::ResponseVector const &y)ppforest2::Modelstatic
training_specppforest2::Model
Tree(TreeNode::Ptr root, TrainingSpec::Ptr training_spec)ppforest2::BootstrapTree
~Model()=defaultppforest2::Modelvirtual