ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
ppforest2::Forest Member List

This is the complete list of members for ppforest2::Forest, including all inherited members.

accept(Model::Visitor &visitor) const overrideppforest2::Forestvirtual
add_tree(std::unique_ptr< BootstrapTree > tree)ppforest2::Forest
degenerateppforest2::Model
Forest()ppforest2::Forest
Forest(TrainingSpec::Ptr training_spec)ppforest2::Forestexplicit
oob_error(types::FeatureMatrix const &x, types::ResponseVector const &y) constppforest2::Forest
oob_predict(types::FeatureMatrix const &x) constppforest2::Forest
operator!=(Forest const &other) constppforest2::Forest
operator==(Forest const &other) constppforest2::Forest
predict(types::FeatureVector const &data) const overrideppforest2::Forestvirtual
predict(types::FeatureMatrix const &data) const overrideppforest2::Forestvirtual
predict(types::FeatureMatrix const &data, Proportions) const overrideppforest2::Forestvirtual
Ptr typedefppforest2::Model
train(TrainingSpec const &training_spec, types::FeatureMatrix const &x, types::ResponseVector const &y)ppforest2::Foreststatic
training_specppforest2::Model
treesppforest2::Forest
~Model()=defaultppforest2::Modelvirtual