Darknet/YOLO v3.0-149-gb11c9d5
Object Detection Framework
 
Loading...
Searching...
No Matches
matrix.hpp File Reference
Include dependency graph for matrix.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  model
 

Functions

model do_kmeans (matrix data, int k)
 
void free_matrix (matrix &m)
 
matrix make_matrix (int rows, int cols)
 
float matrix_topk_accuracy (matrix truth, matrix guess, int k)
 

Function Documentation

◆ do_kmeans()

model do_kmeans ( matrix  data,
int  k 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ free_matrix()

void free_matrix ( matrix m)
Here is the caller graph for this function:

◆ make_matrix()

matrix make_matrix ( int  rows,
int  cols 
)
Here is the caller graph for this function:

◆ matrix_topk_accuracy()

float matrix_topk_accuracy ( matrix  truth,
matrix  guess,
int  k 
)
Here is the call graph for this function: