|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
This is the complete list of members for ppforest2::Bagged< M >, including all inherited members.
| Bagged(std::unique_ptr< M > model, std::vector< int > sample_indices) | ppforest2::Bagged< M > | inline |
| degenerate() const | ppforest2::Bagged< M > | inline |
| make(std::unique_ptr< Derived > model, std::vector< int > sample_indices) | ppforest2::Bagged< M > | inlinestatic |
| model | ppforest2::Bagged< M > | |
| oob_indices(int n_total) const | ppforest2::Bagged< M > | inline |
| operator!=(Bagged const &other) const | ppforest2::Bagged< M > | inline |
| operator==(Bagged const &other) const | ppforest2::Bagged< M > | inline |
| predict(types::FeatureVector const &x) const | ppforest2::Bagged< M > | inline |
| predict(types::FeatureMatrix const &x) const | ppforest2::Bagged< M > | inline |
| predict_oob(types::FeatureMatrix const &x, std::vector< int > const &row_idx) const | ppforest2::Bagged< M > | inline |
| Ptr typedef | ppforest2::Bagged< M > | |
| sample_indices | ppforest2::Bagged< M > |