CGAL 5.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.

convert_deprecated_configuration_to_new_format(std::istream &input, std::ostream &output)CGAL::Classification::ETHZ::Random_forest_classifierstatic
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