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 override=0ppforest2::Forestpure virtual
add_tree(BaggedTree::Ptr tree)ppforest2::Forest
build_trees(types::FeatureMatrix const &x, types::OutcomeVector const &y)ppforest2::Forestprotected
check_train_inputs(types::FeatureMatrix const &x, types::OutcomeVector const &y)ppforest2::Modelstatic
degenerateppforest2::Model
FeatureMatrix typedefppforest2::Forest
FeatureVector typedefppforest2::Forest
Forest()=defaultppforest2::Forestprotected
Forest(TrainingSpec::Ptr spec)ppforest2::Forestinlineexplicitprotected
operator!=(Forest const &other) constppforest2::Forest
operator==(Forest const &other) constppforest2::Forest
Outcome typedefppforest2::Forest
OutcomeVector typedefppforest2::Forest
predict(FeatureVector const &x) const override=0ppforest2::Forestpure virtual
predict(types::FeatureMatrix const &x) constppforest2::Forestinlinevirtual
Ptr typedefppforest2::Forest
RNG typedefppforest2::Forest
train(TrainingSpec const &spec, FeatureMatrix const &x, OutcomeVector const &y)ppforest2::Foreststatic
ppforest2::Model::train(TrainingSpec const &spec, types::FeatureMatrix &x, types::OutcomeVector &y)ppforest2::Modelstatic
train_tree(FeatureMatrix const &x, OutcomeVector const &y, RNG &rng) const =0ppforest2::Forestprotectedpure virtual
training_specppforest2::Model
treesppforest2::Forest
~Model()=defaultppforest2::Modelvirtual