| change_class_number_and_reset_probabilities(int new_class_number) | image_classification_forest | |
| class_number | image_classifier | |
| create_trees_at_random(void) | image_classification_forest | |
| directory_name | image_classification_forest | |
| image_classification_forest(LEARNPROGRESSION LearnProgress=0) | image_classification_forest | |
| image_classification_forest(int image_width, int image_height, int class_number, int max_depth, int trees_number, LEARNPROGRESSION LearnProgress=0) | image_classification_forest | |
| image_classifier(int image_width, int image_height, int class_number, LEARNPROGRESSION LearnProgress=0) | image_classifier | |
| image_classifier(LEARNPROGRESSION LearnProgress=0) | image_classifier | |
| image_height | image_classifier | |
| image_width | image_classifier | |
| is_ok() | image_classification_forest | inline |
| LearnProgression | image_classifier | |
| load(string directory_name) | image_classification_forest | virtual |
| max_depth | image_classification_forest | |
| misclassification_rates | image_classification_forest | |
| posterior_probabilities(image_class_example *pv, int tree_number=-1) | image_classification_forest | virtual |
| posterior_probabilities(image_class_example *pv, float *pp, int tree_number=-1) | image_classification_forest | virtual |
| recognize(image_class_example *pv, float *confidence=0, int tree_number=-1) | image_classification_forest | virtual |
| refine(example_generator *vg, int call_number) | image_classification_forest | virtual |
| reset_class_occurances(int class_index) | image_classification_forest | |
| restore_occurances() | image_classification_forest | |
| save(string directory_name) | image_classification_forest | virtual |
| set_saving_directory_name(string directory_name) | image_classification_forest | |
| test(example_generator *vg, int call_number) | image_classification_forest | virtual |
| thresholds | image_classification_forest | |
| tree_number | image_classification_forest | |
| trees | image_classification_forest | |
| weights | image_classification_forest | |
| ~image_classification_forest() | image_classification_forest | |
| ~image_classifier() | image_classifier | inlinevirtual |