diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-09 20:45:06 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-09 20:45:06 +0200 |
| commit | 993c503ce1b440be6947bc91fbf1fa6098569b51 (patch) | |
| tree | 49cf60984f3e679b810a3089b15f952e5ac7f4f5 /src/GenSVMgrid.c | |
| parent | rename strutil to gensvm_strutil (diff) | |
| download | gensvm-993c503ce1b440be6947bc91fbf1fa6098569b51.tar.gz gensvm-993c503ce1b440be6947bc91fbf1fa6098569b51.zip | |
use gensvm namespace for all crossval/timer/util
Diffstat (limited to 'src/GenSVMgrid.c')
| -rw-r--r-- | src/GenSVMgrid.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GenSVMgrid.c b/src/GenSVMgrid.c index c02f848..0b6d33e 100644 --- a/src/GenSVMgrid.c +++ b/src/GenSVMgrid.c @@ -21,15 +21,15 @@ #include <time.h> -#include "crossval.h" #include "gensvm.h" +#include "gensvm_crossval.h" #include "gensvm_io.h" #include "gensvm_init.h" #include "gensvm_pred.h" +#include "gensvm_strutil.h" #include "gensvm_train.h" #include "gensvm_train_dataset.h" -#include "gensvm_strutil.h" -#include "util.h" +#include "gensvm_util.h" #define MINARGS 2 |
