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/gensvm_train.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/gensvm_train.c')
| -rw-r--r-- | src/gensvm_train.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gensvm_train.c b/src/gensvm_train.c index 776e546..680d0dd 100644 --- a/src/gensvm_train.c +++ b/src/gensvm_train.c @@ -19,7 +19,7 @@ #include "gensvm_matrix.h" #include "gensvm_sv.h" #include "gensvm_train.h" -#include "util.h" +#include "gensvm_util.h" /** * Maximum number of iterations of the algorithm. |
