Functions | |
| template<class T> | |
| void | insert_examples_from_file (Node< T > *tree, const char *file_name) |
| This class implements multi-class classification that uses Main Memory architecture. | |
| template<class T> | |
| void | print_entity_labels (Node< T > *tree, const char *file_name) |
| template<class T> | |
| void | run_test (int dim, int nLabels, const char *train_file, const char *entity_file, hazy_model::strategy s, struct skiing_spec &ski_spec, bool should_build_ova, int epochs) |
| int | main (int argc, char **argv) |
| void insert_examples_from_file | ( | Node< T > * | tree, | |
| const char * | file_name | |||
| ) |
This class implements multi-class classification that uses Main Memory architecture.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| void print_entity_labels | ( | Node< T > * | tree, | |
| const char * | file_name | |||
| ) |
| void run_test | ( | int | dim, | |
| int | nLabels, | |||
| const char * | train_file, | |||
| const char * | entity_file, | |||
| hazy_model::strategy | s, | |||
| struct skiing_spec & | ski_spec, | |||
| bool | should_build_ova, | |||
| int | epochs | |||
| ) |
1.4.7