diff options
| author | Gertjan van den Burg <burg@ese.eur.nl> | 2016-10-17 13:44:54 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <burg@ese.eur.nl> | 2016-10-17 13:44:54 +0200 |
| commit | cc40bb91ce4509a177a729e58cb78afe5ca0dfb0 (patch) | |
| tree | 032dbb51706af2e2d47f645f3a479d2106bf0780 /include/gensvm_gridsearch.h | |
| parent | Update predictions to work with sparse matrices (diff) | |
| download | gensvm-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.h | 2 |
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" |
