diff options
| author | Gertjan van den Burg <burg@ese.eur.nl> | 2016-12-07 21:05:57 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <burg@ese.eur.nl> | 2016-12-07 21:05:57 +0100 |
| commit | ab119782aca1a2eb9216cd721bca3ab9a0235911 (patch) | |
| tree | 6701667265066758f8150dc5ba29ceee0c28ca83 /include/gensvm_globals.h | |
| parent | moved check for class labels to seperate module (diff) | |
| download | gensvm-ab119782aca1a2eb9216cd721bca3ab9a0235911.tar.gz gensvm-ab119782aca1a2eb9216cd721bca3ab9a0235911.zip | |
allow datasets to be stored in libsvm/svmlight format
Diffstat (limited to 'include/gensvm_globals.h')
| -rw-r--r-- | include/gensvm_globals.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/include/gensvm_globals.h b/include/gensvm_globals.h index 1151069..1aca458 100644 --- a/include/gensvm_globals.h +++ b/include/gensvm_globals.h @@ -39,15 +39,17 @@ #include "gensvm_memory.h" // all system libraries are included here +#include <cblas.h> +#include <ctype.h> +#include <errno.h> +#include <limits.h> +#include <math.h> #include <stdarg.h> +#include <stdbool.h> #include <stdio.h> #include <stdlib.h> -#include <stdbool.h> #include <string.h> -#include <math.h> #include <time.h> -#include <cblas.h> -#include <limits.h> // ########################### Type definitions ########################### // |
