|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
This is the complete list of members for ppforest2::ClassificationTree, including all inherited members.
| accept(Model::Visitor &visitor) const override | ppforest2::ClassificationTree | virtual |
| build_root(TrainingSpec const &spec, FeatureMatrix &x, OutcomeVector &y, GroupPartition const &y_part, RNG &rng) | ppforest2::Tree | protectedstatic |
| check_train_inputs(types::FeatureMatrix const &x, types::OutcomeVector const &y) | ppforest2::Model | static |
| ClassificationTree(TreeNode::Ptr root, TrainingSpec::Ptr spec, Groups groups) | ppforest2::ClassificationTree | inline |
| degenerate | ppforest2::Model | |
| FeatureMatrix typedef | ppforest2::ClassificationTree | |
| FeatureVector typedef | ppforest2::ClassificationTree | |
| GroupIndices typedef | ppforest2::ClassificationTree | |
| GroupPartition typedef | ppforest2::ClassificationTree | |
| Groups typedef | ppforest2::ClassificationTree | |
| groups | ppforest2::ClassificationTree | |
| operator!=(Tree const &other) const | ppforest2::Tree | |
| operator==(Tree const &other) const | ppforest2::Tree | |
| Outcome typedef | ppforest2::ClassificationTree | |
| OutcomeVector typedef | ppforest2::ClassificationTree | |
| predict(types::FeatureVector const &x, Proportions) const | ppforest2::ClassificationTree | |
| predict(FeatureVector const &x, Proportions, GroupIndices const &indices) const | ppforest2::ClassificationTree | |
| predict(FeatureMatrix const &x, Proportions) const | ppforest2::ClassificationTree | |
| predict(FeatureMatrix const &x, Proportions, GroupIndices const &indices) const | ppforest2::ClassificationTree | |
| predict(types::FeatureVector const &x) const override | ppforest2::ClassificationTree | virtual |
| ppforest2::Tree::predict(types::FeatureMatrix const &x) const | ppforest2::Tree | inlinevirtual |
| Ptr typedef | ppforest2::ClassificationTree | |
| RNG typedef | ppforest2::ClassificationTree | |
| Root typedef | ppforest2::Tree | |
| root | ppforest2::Tree | |
| train(TrainingSpec const &s, FeatureMatrix &x, OutcomeVector &y, GroupPartition const &y_part, RNG &rng) | ppforest2::ClassificationTree | static |
| ppforest2::Tree::train(TrainingSpec const &spec, types::FeatureMatrix &x, types::OutcomeVector &y) | ppforest2::Tree | static |
| ppforest2::Tree::train(TrainingSpec const &spec, types::FeatureMatrix &x, types::OutcomeVector &y, stats::RNG &rng) | ppforest2::Tree | static |
| training_spec | ppforest2::Model | |
| Tree(TreeNode::Ptr root, TrainingSpec::Ptr spec) | ppforest2::Tree | inlineprotected |
| ~Model()=default | ppforest2::Model | virtual |