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 override=0ppforest2::Treepure virtual
build_root(TrainingSpec const &spec, FeatureMatrix &x, OutcomeVector &y, GroupPartition const &y_part, RNG &rng)ppforest2::Treeprotectedstatic
check_train_inputs(types::FeatureMatrix const &x, types::OutcomeVector const &y)ppforest2::Modelstatic
degenerateppforest2::Model
FeatureMatrix typedefppforest2::Tree
FeatureVector typedefppforest2::Tree
GroupPartition typedefppforest2::Tree
operator!=(Tree const &other) constppforest2::Tree
operator==(Tree const &other) constppforest2::Tree
Outcome typedefppforest2::Tree
OutcomeVector typedefppforest2::Tree
predict(types::FeatureVector const &x) const overrideppforest2::Treevirtual
predict(types::FeatureMatrix const &x) constppforest2::Treeinlinevirtual
Ptr typedefppforest2::Tree
RNG typedefppforest2::Tree
Root typedefppforest2::Tree
rootppforest2::Tree
train(TrainingSpec const &spec, types::FeatureMatrix &x, types::OutcomeVector &y)ppforest2::Treestatic
train(TrainingSpec const &spec, types::FeatureMatrix &x, types::OutcomeVector &y, stats::RNG &rng)ppforest2::Treestatic
training_specppforest2::Model
Tree(TreeNode::Ptr root, TrainingSpec::Ptr spec)ppforest2::Treeinlineprotected
~Model()=defaultppforest2::Modelvirtual