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_init.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gensvm_init.c') diff --git a/src/gensvm_init.c b/src/gensvm_init.c index e0f44c1..8bee73a 100644 --- a/src/gensvm_init.c +++ b/src/gensvm_init.c @@ -27,8 +27,14 @@ * significant improvement in the number of iterations necessary * because the seeded model V is closer to the optimal V. * + * When no seed model is supplied, the rows of V are seeded with random + * numbers between the inverse of the minimum and the inverse of the maximum + * of the corresponding column of Z. This is done to center the product of the + * two in the simplex space. + * * @param[in] from_model GenModel from which to copy V * @param[in,out] to_model GenModel to which V will be copied + * @param[in] data GenData structure with the data */ void gensvm_init_V(struct GenModel *from_model, struct GenModel *to_model, struct GenData *data) -- cgit v1.2.3