aboutsummaryrefslogtreecommitdiff
path: root/include
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
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')
-rw-r--r--include/gensvm_gridsearch.h2
-rw-r--r--include/gensvm_predict.h (renamed from include/gensvm_pred.h)4
2 files changed, 3 insertions, 3 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"
diff --git a/include/gensvm_pred.h b/include/gensvm_predict.h
index 12a59eb..a60ddd9 100644
--- a/include/gensvm_pred.h
+++ b/include/gensvm_predict.h
@@ -9,8 +9,8 @@
*
*/
-#ifndef GENSVM_PRED_H
-#define GENSVM_PRED_H
+#ifndef GENSVM_PREDICT_H
+#define GENSVM_PREDICT_H
// includes
#include "gensvm_kernel.h"