\( \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::ETHZ::Random_forest_classifier Member List

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) constCGAL::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) constCGAL::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