aboutsummaryrefslogtreecommitdiff
path: root/src/gensvm_gridsearch.c
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2016-12-06 16:26:01 +0100
committerGertjan van den Burg <burg@ese.eur.nl>2016-12-06 16:26:01 +0100
commita1d164e6371eaf81a8aaf0be1e1a9b16a1af43fc (patch)
tree8fb1d9784d7903fe9e0f188440e52a35c2b0c644 /src/gensvm_gridsearch.c
parentadd msvmmaj matlab file to git (diff)
downloadgensvm-a1d164e6371eaf81a8aaf0be1e1a9b16a1af43fc.tar.gz
gensvm-a1d164e6371eaf81a8aaf0be1e1a9b16a1af43fc.zip
document undocumented elements
Diffstat (limited to 'src/gensvm_gridsearch.c')
-rw-r--r--src/gensvm_gridsearch.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/gensvm_gridsearch.c b/src/gensvm_gridsearch.c
index 7a81c51..2ac9639 100644
--- a/src/gensvm_gridsearch.c
+++ b/src/gensvm_gridsearch.c
@@ -350,8 +350,11 @@ void gensvm_train_queue(struct GenQueue *q)
* parameters differ with the specified kernel, this function writes a
* parameter string depending on which kernel is used.
*
- * @param[in] task the GenTask specified
- * @param[in] N total number of tasks
+ * @param[in] task the GenTask specified
+ * @param[in] N total number of tasks
+ * @param[in] perf performance of the current task
+ * @param[in] duration time duration of the current task
+ * @param[in] current_max current best performance
*
*/
void gensvm_gridsearch_progress(struct GenTask *task, long N, double perf,