From e3b00f4152068f5fd14f8fa4eac88969dfb221f2 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 8 Dec 2016 14:35:32 +0100 Subject: add specification of libsvm data format --- src/gensvm_io.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3