| accept(Model::Visitor &visitor) const override | ppforest2::ClassificationForest | virtual |
| add_tree(BaggedTree::Ptr tree) | ppforest2::Forest | |
| build_trees(types::FeatureMatrix const &x, types::OutcomeVector const &y) | ppforest2::Forest | protected |
| check_train_inputs(types::FeatureMatrix const &x, types::OutcomeVector const &y) | ppforest2::Model | static |
| ClassificationForest(TrainingSpec::Ptr spec, Groups groups) | ppforest2::ClassificationForest | inline |
| degenerate | ppforest2::Model | |
| FeatureMatrix typedef | ppforest2::ClassificationForest | |
| FeatureVector typedef | ppforest2::ClassificationForest | |
| Forest()=default | ppforest2::Forest | protected |
| Forest(TrainingSpec::Ptr spec) | ppforest2::Forest | inlineexplicitprotected |
| GroupIndices typedef | ppforest2::ClassificationForest | |
| GroupPartition typedef | ppforest2::ClassificationForest | |
| Groups typedef | ppforest2::ClassificationForest | |
| groups | ppforest2::ClassificationForest | |
| operator!=(Forest const &other) const | ppforest2::Forest | |
| operator==(Forest const &other) const | ppforest2::Forest | |
| Outcome typedef | ppforest2::ClassificationForest | |
| OutcomeVector typedef | ppforest2::ClassificationForest | |
| predict(FeatureVector const &x) const override | ppforest2::ClassificationForest | virtual |
| predict(FeatureVector const &x, Proportions) const | ppforest2::ClassificationForest | |
| predict(FeatureVector const &x, Proportions, GroupIndices const &indices) const | ppforest2::ClassificationForest | |
| predict(FeatureMatrix const &x, Proportions) const | ppforest2::ClassificationForest | |
| predict(FeatureMatrix const &x, Proportions, GroupIndices const &indices) const | ppforest2::ClassificationForest | |
| ppforest2::Forest::predict(types::FeatureMatrix const &x) const | ppforest2::Forest | inlinevirtual |
| Ptr typedef | ppforest2::ClassificationForest | |
| RNG typedef | ppforest2::ClassificationForest | |
| train(TrainingSpec const &spec, FeatureMatrix const &x, OutcomeVector const &y) | ppforest2::ClassificationForest | static |
| ppforest2::Model::train(TrainingSpec const &spec, types::FeatureMatrix &x, types::OutcomeVector &y) | ppforest2::Model | static |
| train_tree(FeatureMatrix const &x, OutcomeVector const &y, RNG &rng) const override | ppforest2::ClassificationForest | protectedvirtual |
| training_spec | ppforest2::Model | |
| trees | ppforest2::Forest | |
| ~Model()=default | ppforest2::Model | virtual |