Classes | |
struct | Darknet::Tree |
Namespaces | |
namespace | Darknet |
The namespace for the C++ Darknet API. | |
Functions | |
float | Darknet::get_hierarchy_probability (float *x, Tree *hier, int c) |
void | Darknet::hierarchy_predictions (float *predictions, int n, Tree *hier, int only_leaves) |
int | Darknet::hierarchy_top_prediction (float *predictions, Tree *hier, float thresh, int stride) |
Tree * | Darknet::read_tree (const char *filename) |