From e81ecfa891ab6652da6740ab1fe131a8a1fa86df Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 2 Feb 2015 13:17:34 +0100 Subject: added new command line application for training and testing --- src/gensvm_io.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gensvm_io.c') diff --git a/src/gensvm_io.c b/src/gensvm_io.c index 3de0794..8d32f70 100644 --- a/src/gensvm_io.c +++ b/src/gensvm_io.c @@ -283,6 +283,9 @@ void gensvm_write_predictions(struct GenData *data, long *predy, output_filename); exit(1); } + + fprintf(fid, "%li\n", data->n); + fprintf(fid, "%li\n", data->m); for (i=0; in; i++) { for (j=0; jm; j++) -- cgit v1.2.3