|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
This is the complete list of members for ppforest2::Forest, including all inherited members.
| accept(Model::Visitor &visitor) const override=0 | ppforest2::Forest | pure virtual |
| add_tree(BaggedTree::Ptr tree) | ppforest2::Forest | |
| build_trees(types::FeatureMatrix const &x, types::OutcomeVector const &y) | ppforest2::Forest | protected |
| check_train_inputs(types::FeatureMatrix const &x, types::OutcomeVector const &y) | ppforest2::Model | static |
| degenerate | ppforest2::Model | |
| FeatureMatrix typedef | ppforest2::Forest | |
| FeatureVector typedef | ppforest2::Forest | |
| Forest()=default | ppforest2::Forest | protected |
| Forest(TrainingSpec::Ptr spec) | ppforest2::Forest | inlineexplicitprotected |
| operator!=(Forest const &other) const | ppforest2::Forest | |
| operator==(Forest const &other) const | ppforest2::Forest | |
| Outcome typedef | ppforest2::Forest | |
| OutcomeVector typedef | ppforest2::Forest | |
| predict(FeatureVector const &x) const override=0 | ppforest2::Forest | pure virtual |
| predict(types::FeatureMatrix const &x) const | ppforest2::Forest | inlinevirtual |
| Ptr typedef | ppforest2::Forest | |
| RNG typedef | ppforest2::Forest | |
| train(TrainingSpec const &spec, FeatureMatrix const &x, OutcomeVector const &y) | ppforest2::Forest | static |
| ppforest2::Model::train(TrainingSpec const &spec, types::FeatureMatrix &x, types::OutcomeVector &y) | ppforest2::Model | static |
| train_tree(FeatureMatrix const &x, OutcomeVector const &y, RNG &rng) const =0 | ppforest2::Forest | protectedpure virtual |
| training_spec | ppforest2::Model | |
| trees | ppforest2::Forest | |
| ~Model()=default | ppforest2::Model | virtual |