aboutsummaryrefslogtreecommitdiff
path: root/include/gensvm_grid.h
diff options
context:
space:
mode:
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;