\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 5.0.2 - Classification
CGAL::Classification::OpenCV::Random_forest_classifier Member List

This is the complete list of members for CGAL::Classification::OpenCV::Random_forest_classifier, including all inherited members.

load_configuration(const char *filename)CGAL::Classification::OpenCV::Random_forest_classifier
Random_forest_classifier(const Label_set &labels, const Feature_set &features, int max_depth=20, int min_sample_count=5, int max_categories=15, int max_number_of_trees_in_the_forest=100, float forest_accuracy=0.01f)CGAL::Classification::OpenCV::Random_forest_classifier
save_configuration(const char *filename)CGAL::Classification::OpenCV::Random_forest_classifier
set_forest_accuracy(float forest_accuracy)CGAL::Classification::OpenCV::Random_forest_classifier
set_max_categories(int max_categories)CGAL::Classification::OpenCV::Random_forest_classifier
set_max_depth(int max_depth)CGAL::Classification::OpenCV::Random_forest_classifier
set_max_number_of_trees_in_the_forest(int max_number_of_trees_in_the_forest)CGAL::Classification::OpenCV::Random_forest_classifier
set_min_sample_count(int min_sample_count)CGAL::Classification::OpenCV::Random_forest_classifier
train(const LabelIndexRange &ground_truth)CGAL::Classification::OpenCV::Random_forest_classifier