aboutsummaryrefslogtreecommitdiff
path: root/src/gensvm_io.c
diff options
context:
space:
mode:
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