|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
This is the complete list of members for ppforest2::Model, including all inherited members.
| accept(Visitor &visitor) const =0 | ppforest2::Model | pure virtual |
| degenerate | ppforest2::Model | |
| predict(types::FeatureVector const &data) const =0 | ppforest2::Model | pure virtual |
| predict(types::FeatureMatrix const &data) const =0 | ppforest2::Model | pure virtual |
| predict(types::FeatureMatrix const &data, Proportions) const =0 | ppforest2::Model | pure virtual |
| Ptr typedef | ppforest2::Model | |
| train(TrainingSpec const &spec, types::FeatureMatrix const &x, types::ResponseVector const &y) | ppforest2::Model | static |
| training_spec | ppforest2::Model | |
| ~Model()=default | ppforest2::Model | virtual |