ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
ppforest2::Bagged< M > Member List

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() constppforest2::Bagged< M >inline
make(std::unique_ptr< Derived > model, std::vector< int > sample_indices)ppforest2::Bagged< M >inlinestatic
modelppforest2::Bagged< M >
oob_indices(int n_total) constppforest2::Bagged< M >inline
operator!=(Bagged const &other) constppforest2::Bagged< M >inline
operator==(Bagged const &other) constppforest2::Bagged< M >inline
predict(types::FeatureVector const &x) constppforest2::Bagged< M >inline
predict(types::FeatureMatrix const &x) constppforest2::Bagged< M >inline
predict_oob(types::FeatureMatrix const &x, std::vector< int > const &row_idx) constppforest2::Bagged< M >inline
Ptr typedefppforest2::Bagged< M >
sample_indicesppforest2::Bagged< M >