aboutsummaryrefslogtreecommitdiff
path: root/src/gensvm_io.c
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2016-12-05 20:06:26 +0100
committerGertjan van den Burg <burg@ese.eur.nl>2016-12-05 20:06:26 +0100
commit463e406d4af8ad20a1ec2c3b9e01f3f80267c0dd (patch)
treec263185666cc4abf474c9f53830de482ed3bcb79 /src/gensvm_io.c
parentadd octave testfiles to git (diff)
downloadgensvm-463e406d4af8ad20a1ec2c3b9e01f3f80267c0dd.tar.gz
gensvm-463e406d4af8ad20a1ec2c3b9e01f3f80267c0dd.zip
fix missing test in gensvm_optimize and expose doublesort
Diffstat (limited to 'src/gensvm_io.c')
-rw-r--r--src/gensvm_io.c4
1 files changed, 2 insertions, 2 deletions
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