|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
This is the complete list of members for ppforest2::Tree, including all inherited members.
| accept(Model::Visitor &visitor) const override=0 | ppforest2::Tree | pure 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 |
| degenerate | ppforest2::Model | |
| FeatureMatrix typedef | ppforest2::Tree | |
| FeatureVector typedef | ppforest2::Tree | |
| GroupPartition typedef | ppforest2::Tree | |
| operator!=(Tree const &other) const | ppforest2::Tree | |
| operator==(Tree const &other) const | ppforest2::Tree | |
| Outcome typedef | ppforest2::Tree | |
| OutcomeVector typedef | ppforest2::Tree | |
| predict(types::FeatureVector const &x) const override | ppforest2::Tree | virtual |
| predict(types::FeatureMatrix const &x) const | ppforest2::Tree | inlinevirtual |
| Ptr typedef | ppforest2::Tree | |
| RNG typedef | ppforest2::Tree | |
| Root typedef | ppforest2::Tree | |
| root | ppforest2::Tree | |
| train(TrainingSpec const &spec, types::FeatureMatrix &x, types::OutcomeVector &y) | ppforest2::Tree | static |
| 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 |