
Go to the source code of this file.
Classes | |
| struct | tree |
Functions | |
| void | change_leaves (tree *t, char *leaf_list) |
| float | get_hierarchy_probability (float *x, tree *hier, int c) |
| void | hierarchy_predictions (float *predictions, int n, tree *hier, int only_leaves) |
| tree * | read_tree (char *filename) |
| void change_leaves | ( | tree * | t, |
| char * | leaf_list | ||
| ) |
| float get_hierarchy_probability | ( | float * | x, |
| tree * | hier, | ||
| int | c | ||
| ) |
| void hierarchy_predictions | ( | float * | predictions, |
| int | n, | ||
| tree * | hier, | ||
| int | only_leaves | ||
| ) |