From 463e406d4af8ad20a1ec2c3b9e01f3f80267c0dd Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 5 Dec 2016 20:06:26 +0100 Subject: fix missing test in gensvm_optimize and expose doublesort --- src/gensvm_io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gensvm_io.c') diff --git a/src/gensvm_io.c b/src/gensvm_io.c index 1da5597..e77d647 100644 --- a/src/gensvm_io.c +++ b/src/gensvm_io.c @@ -39,8 +39,8 @@ * Read the data from the data_file. The data matrix X is augmented * with a column of ones, to get the matrix Z. The data is expected * to follow a specific format, which is specified in the @ref spec_data_file. - * The class labels are corrected internally to correspond to the interval - * [1 .. K], where K is the total number of classes. + * The class labels are checked to make sure they correspond to the interval + * [1 .. K], where K is the total number of classes, without any gaps. * * @todo * Make sure that this function allows datasets without class labels for -- cgit v1.2.3