From 0cc025358af341b7e9757e2b9ce5eb0b09af7b2f Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 14 Oct 2016 19:00:33 +0200 Subject: documentation fixes --- src/gensvm_update.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gensvm_update.c') diff --git a/src/gensvm_update.c b/src/gensvm_update.c index 289f50c..59ce3a8 100644 --- a/src/gensvm_update.c +++ b/src/gensvm_update.c @@ -38,6 +38,7 @@ * GenModel::R to speed up the computation. * * @param[in] model GenModel structure with the current model + * @param[in] data GenData structure with the data (used for y) * @param[in] i index of the instance for which to calculate omega * @returns the value of omega for instance i * @@ -70,6 +71,7 @@ double gensvm_calculate_omega(struct GenModel *model, struct GenData *data, * check if strictly less than 2 are nonzero. See also the @ref update_math. * * @param[in] model GenModel structure with the current model + * @param[in] data GenData structure with the data (used for y) * @param[in] i index of the instance for which to check * @returns whether or not we can do simple majorization * @@ -206,6 +208,7 @@ void gensvm_calculate_ab_simple(struct GenModel *model, long i, long j, * returned. * * @param[in] model GenModel structure with the current model + * @param[in] data GenData structure with the data * @param[in] i index of the instance to update * @param[out] beta beta vector of linear coefficients (assumed to * be allocated elsewhere, initialized here) -- cgit v1.2.3