darknet
v3
src
tree.h
Go to the documentation of this file.
1
#ifndef TREE_H
2
#define TREE_H
3
#include "
darknet.h
"
4
5
int
hierarchy_top_prediction
(
float
*predictions,
tree
*hier,
float
thresh,
int
stride);
6
float
get_hierarchy_probability
(
float
*x,
tree
*hier,
int
c,
int
stride);
7
8
#endif
hierarchy_top_prediction
int hierarchy_top_prediction(float *predictions, tree *hier, float thresh, int stride)
Definition:
tree.c:53
darknet.h
tree
Definition:
darknet.h:42
get_hierarchy_probability
float get_hierarchy_probability(float *x, tree *hier, int c, int stride)
Definition:
tree.c:27
Generated by
1.8.13