aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_cross_validation.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gensvm_cross_validation.h')
-rw-r--r--include/gensvm_cross_validation.h2
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