darknet  v3
Functions
tree.h File Reference
#include "darknet.h"
Include dependency graph for tree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int hierarchy_top_prediction (float *predictions, tree *hier, float thresh, int stride)
 
float get_hierarchy_probability (float *x, tree *hier, int c, int stride)
 

Function Documentation

◆ get_hierarchy_probability()

float get_hierarchy_probability ( float *  x,
tree hier,
int  c,
int  stride 
)

Definition at line 27 of file tree.c.

◆ hierarchy_top_prediction()

int hierarchy_top_prediction ( float *  predictions,
tree hier,
float  thresh,
int  stride 
)

Definition at line 53 of file tree.c.