aboutsummaryrefslogtreecommitdiff
path: root/include/msvmmaj.h
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2014-05-19 17:39:04 -0700
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2014-05-19 17:39:04 -0700
commitff13b0a8552d203b7baeadc8a345a1b6781bc8fe (patch)
tree612580607c9ad6e52287d4bfd0affd0668501fdb /include/msvmmaj.h
parentadd functionality for counting SVs (diff)
downloadgensvm-ff13b0a8552d203b7baeadc8a345a1b6781bc8fe.tar.gz
gensvm-ff13b0a8552d203b7baeadc8a345a1b6781bc8fe.zip
realloc existing model instead of using fold model, saving memory and time!
Diffstat (limited to 'include/msvmmaj.h')
-rw-r--r--include/msvmmaj.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/msvmmaj.h b/include/msvmmaj.h
index d67ad8b..4e00654 100644
--- a/include/msvmmaj.h
+++ b/include/msvmmaj.h
@@ -42,7 +42,10 @@
* @param kerneltype kernel to be used in the model
* @param kernelparam pointer to the vector of kernel parameters
* @param use_cholesky whether the Cholesky decomposition should be
- * used
+ * used
+ *
+ * @TODO
+ * change R to int, it's a binary matrix
*
*/
struct MajModel {