From 2f62fe33c913cd9484fe7f2486889d12292c66e0 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Sat, 07 Feb 2015 02:53:53 +0000
Subject: [PATCH] saving weight files as binaries, hell yeah

---
 src/matrix.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/matrix.h b/src/matrix.h
index 01d825d..d84431c 100644
--- a/src/matrix.h
+++ b/src/matrix.h
@@ -11,7 +11,7 @@
 
 matrix csv_to_matrix(char *filename);
 matrix hold_out_matrix(matrix *m, int n);
-float matrix_accuracy(matrix truth, matrix guess);
+float matrix_topk_accuracy(matrix truth, matrix guess, int k);
 void matrix_add_matrix(matrix from, matrix to);
 
 float *pop_column(matrix *m, int c);

--
Gitblit v1.10.0