about summary refs log tree commit diff
path: root/src/gemma.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gemma.h')
-rw-r--r--src/gemma.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/gemma.h b/src/gemma.h
index 4deab51..67a7f58 100644
--- a/src/gemma.h
+++ b/src/gemma.h
@@ -25,6 +25,25 @@
 
 using namespace std;
 
+// OPTIONS
+// -------
+// gk:      21-22
+// gs:      25-26
+// gq:      27-28
+// eigen:   31-32
+// lmm:     1-5
+// bslmm:   11-15
+// predict: 41-43
+// lm:      51
+// vc:      61
+// ci:      66-67
+// calccor: 71
+// gw:      72
+
+enum M_MODE { M_LMM1=1, M_LMM2=2, M_LMM3=3, M_LMM4=4, M_LMM5=5,
+              M_BSLMM5=15,
+              M_KIN=21, M_KIN2=22, M_EIGEN=31 };
+
 class GEMMA {
 
 public: