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

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

accept(Model::Visitor &visitor) const overrideppforest2::ClassificationTreevirtual
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
ClassificationTree(TreeNode::Ptr root, TrainingSpec::Ptr spec, Groups groups)ppforest2::ClassificationTreeinline
degenerateppforest2::Model
FeatureMatrix typedefppforest2::ClassificationTree
FeatureVector typedefppforest2::ClassificationTree
GroupIndices typedefppforest2::ClassificationTree
GroupPartition typedefppforest2::ClassificationTree
Groups typedefppforest2::ClassificationTree
groupsppforest2::ClassificationTree
operator!=(Tree const &other) constppforest2::Tree
operator==(Tree const &other) constppforest2::Tree
Outcome typedefppforest2::ClassificationTree
OutcomeVector typedefppforest2::ClassificationTree
predict(types::FeatureVector const &x, Proportions) constppforest2::ClassificationTree
predict(FeatureVector const &x, Proportions, GroupIndices const &indices) constppforest2::ClassificationTree
predict(FeatureMatrix const &x, Proportions) constppforest2::ClassificationTree
predict(FeatureMatrix const &x, Proportions, GroupIndices const &indices) constppforest2::ClassificationTree
predict(types::FeatureVector const &x) const overrideppforest2::ClassificationTreevirtual
ppforest2::Tree::predict(types::FeatureMatrix const &x) constppforest2::Treeinlinevirtual
Ptr typedefppforest2::ClassificationTree
RNG typedefppforest2::ClassificationTree
Root typedefppforest2::Tree
rootppforest2::Tree
train(TrainingSpec const &s, FeatureMatrix &x, OutcomeVector &y, GroupPartition const &y_part, RNG &rng)ppforest2::ClassificationTreestatic
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