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

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

accept(Model::Visitor &visitor) const overrideppforest2::Treevirtual
degenerateppforest2::Model
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
Ptr typedefppforest2::Model
rootppforest2::Tree
train(TrainingSpec const &training_spec, types::FeatureMatrix const &x, types::ResponseVector const &y, stats::RNG &rng)ppforest2::Treestatic
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::Tree
~Model()=defaultppforest2::Modelvirtual