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

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

accept(Model::Visitor &visitor) const overrideppforest2::RegressionTreevirtual
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::RegressionTree
FeatureVector typedefppforest2::RegressionTree
GroupPartition typedefppforest2::RegressionTree
operator!=(Tree const &other) constppforest2::Tree
operator==(Tree const &other) constppforest2::Tree
Outcome typedefppforest2::RegressionTree
OutcomeVector typedefppforest2::RegressionTree
predict(types::FeatureVector const &x) const overrideppforest2::RegressionTreevirtual
ppforest2::Tree::predict(types::FeatureMatrix const &x) constppforest2::Treeinlinevirtual
Ptr typedefppforest2::RegressionTree
RegressionTree(TreeNode::Ptr root, TrainingSpec::Ptr spec)ppforest2::RegressionTreeinline
RNG typedefppforest2::RegressionTree
Root typedefppforest2::Tree
rootppforest2::Tree
train(TrainingSpec const &s, FeatureMatrix &x, OutcomeVector &y, GroupPartition const &y_part, RNG &rng)ppforest2::RegressionTreestatic
ppforest2::Tree::train(TrainingSpec const &spec, types::FeatureMatrix &x, types::OutcomeVector &y)ppforest2::Treestatic
ppforest2::Tree::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