aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_grid.h
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2016-11-03 15:55:03 +0100
committerGertjan van den Burg <burg@ese.eur.nl>2016-11-03 15:55:03 +0100
commitc3edde20d385614f0016b74e03575344b7c5081a (patch)
tree314d386874ea60dccf8e111fa856bac06c9f656a /include/gensvm_grid.h
parentupdate copyright information (diff)
downloadgensvm-c3edde20d385614f0016b74e03575344b7c5081a.tar.gz
gensvm-c3edde20d385614f0016b74e03575344b7c5081a.zip
prepare for gridsearch unit testing
Diffstat (limited to 'include/gensvm_grid.h')
-rw-r--r--include/gensvm_grid.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gensvm_grid.h b/include/gensvm_grid.h
index 5876448..24a6e9a 100644
--- a/include/gensvm_grid.h
+++ b/include/gensvm_grid.h
@@ -67,8 +67,9 @@
struct GenGrid {
TrainType traintype;
KernelType kerneltype;
- long repeats;
long folds;
+ long repeats;
+ double percentile;
long Np;
long Nl;
long Nk;