aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2016-12-08 14:35:32 +0100
committerGertjan van den Burg <burg@ese.eur.nl>2016-12-08 14:35:32 +0100
commite3b00f4152068f5fd14f8fa4eac88969dfb221f2 (patch)
treeef07621bf8b44353c646af76dac76f46c3333c8f /src
parentUpdate README (diff)
downloadgensvm-e3b00f4152068f5fd14f8fa4eac88969dfb221f2.tar.gz
gensvm-e3b00f4152068f5fd14f8fa4eac88969dfb221f2.zip
add specification of libsvm data format
Diffstat (limited to 'src')
-rw-r--r--src/gensvm_io.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gensvm_io.c b/src/gensvm_io.c
index d41b2ef..667bc5c 100644
--- a/src/gensvm_io.c
+++ b/src/gensvm_io.c
@@ -150,7 +150,8 @@ void exit_input_error(int line_num)
*
* @details
* This function reads data from a file where the data is stored in
- * LibSVM/SVMlight format. This is a sparse data format, which can be
+ * LibSVM/SVMlight format. The file format is described in @ref
+ * spec_libsvm_data_file. This is a sparse data format, which can be
* beneficial for certain applications. The advantage of having this function
* here is twofold: 1) existing datasets where data is stored in
* LibSVM/SVMlight format can be easily used in GenSVM, and 2) sparse datasets