From a1d164e6371eaf81a8aaf0be1e1a9b16a1af43fc Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 6 Dec 2016 16:26:01 +0100 Subject: document undocumented elements --- src/gensvm_gridsearch.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/gensvm_gridsearch.c') 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, -- cgit v1.2.3