From 892923514f66d9b6acefd44f3ddf688bd7e6f268 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Tue, 08 Dec 2015 23:12:10 +0000 Subject: [PATCH] fixed darknet, stuff --- src/utils.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/utils.h b/src/utils.h index 1b9ba08..7e13e86 100644 --- a/src/utils.h +++ b/src/utils.h @@ -37,6 +37,7 @@ float rand_uniform(); float sum_array(float *a, int n); float mean_array(float *a, int n); +void mean_arrays(float **a, int n, int els, float *avg); float variance_array(float *a, int n); float mag_array(float *a, int n); float **one_hot_encode(float *a, int n, int k); -- Gitblit v1.10.0