From 9802287b5890d9b2cc250adba1b9810657a95c9c Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Fri, 18 Dec 2015 23:55:58 +0000 Subject: [PATCH] some fixes --- 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