From 6c77acb550288883c25b3c2a769313d5466dda70 Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Sun, 12 Apr 2015 00:51:14 +0800 Subject: PRSVM+, tested --- main.cpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index e89cfe1..eeb6b99 100644 --- a/main.cpp +++ b/main.cpp @@ -54,7 +54,7 @@ int predict() { rsvm->predict(D,L); } - LOG(INFO)<<"Training finished,saving prediction"; + LOG(INFO)<<"Finished,saving prediction"; std::ofstream fout(vm["output"].as().c_str()); for (int i=0; i