diff options
| author | Gertjan van den Burg <burg@ese.eur.nl> | 2016-12-07 12:42:49 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <burg@ese.eur.nl> | 2016-12-07 12:42:49 +0100 |
| commit | 845631ad78415e022295373d8b0c9517ae17403e (patch) | |
| tree | 896e8e293fdce2df98b104755b5995c132dae0d6 /include/gensvm_cross_validation.h | |
| parent | document undocumented elements (diff) | |
| download | gensvm-845631ad78415e022295373d8b0c9517ae17403e.tar.gz gensvm-845631ad78415e022295373d8b0c9517ae17403e.zip | |
switch some integer variables to long for cross platform size guarantees
Diffstat (limited to 'include/gensvm_cross_validation.h')
| -rw-r--r-- | include/gensvm_cross_validation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gensvm_cross_validation.h b/include/gensvm_cross_validation.h index 16c7223..fd62e30 100644 --- a/include/gensvm_cross_validation.h +++ b/include/gensvm_cross_validation.h @@ -36,6 +36,6 @@ // function declarations double gensvm_cross_validation(struct GenModel *model, struct GenData **train_folds, struct GenData **test_folds, - int folds, long n_total); + long folds, long n_total); #endif |
