aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_gridsearch.h
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2016-10-17 13:44:54 +0200
committerGertjan van den Burg <burg@ese.eur.nl>2016-10-17 13:44:54 +0200
commitcc40bb91ce4509a177a729e58cb78afe5ca0dfb0 (patch)
tree032dbb51706af2e2d47f645f3a479d2106bf0780 /include/gensvm_gridsearch.h
parentUpdate predictions to work with sparse matrices (diff)
downloadgensvm-cc40bb91ce4509a177a729e58cb78afe5ca0dfb0.tar.gz
gensvm-cc40bb91ce4509a177a729e58cb78afe5ca0dfb0.zip
refactor gensvm_pred to gensvm_predict
Diffstat (limited to 'include/gensvm_gridsearch.h')
-rw-r--r--include/gensvm_gridsearch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gensvm_gridsearch.h b/include/gensvm_gridsearch.h
index dcd9b93..f59f520 100644
--- a/include/gensvm_gridsearch.h
+++ b/include/gensvm_gridsearch.h
@@ -20,7 +20,7 @@
#include "gensvm_init.h"
#include "gensvm_grid.h"
#include "gensvm_optimize.h"
-#include "gensvm_pred.h"
+#include "gensvm_predict.h"
#include "gensvm_queue.h"
#include "gensvm_timer.h"