CGAL 5.0.3 - Classification
|
This is the complete list of members for CGAL::Classification::ETHZ::Random_forest_classifier, including all inherited members.
get_feature_usage(std::vector< std::size_t > &count) const | CGAL::Classification::ETHZ::Random_forest_classifier | |
load_configuration(std::istream &input) | CGAL::Classification::ETHZ::Random_forest_classifier | |
Random_forest_classifier(const Label_set &labels, const Feature_set &features) | CGAL::Classification::ETHZ::Random_forest_classifier | |
Random_forest_classifier(const Random_forest_classifier &other, const Feature_set &features) | CGAL::Classification::ETHZ::Random_forest_classifier | |
save_configuration(std::ostream &output) const | CGAL::Classification::ETHZ::Random_forest_classifier | |
train(const LabelIndexRange &ground_truth, bool reset_trees=true, std::size_t num_trees=25, std::size_t max_depth=20) | CGAL::Classification::ETHZ::Random_forest_classifier |