diff options
author | Joe Zhao <ztuowen@gmail.com> | 2015-05-12 13:30:55 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2015-05-12 13:30:55 +0800 |
commit | 62b6b42e27a4972397e94fdbb03e74ac3f5f1244 (patch) | |
tree | 3643d071bb793fd1eb9959c29890b8f059748310 /main.cpp | |
parent | c69b39a9f149cc6b5c7270d7d864fb677bc83b34 (diff) | |
download | ranksvm-62b6b42e27a4972397e94fdbb03e74ac3f5f1244.tar.gz ranksvm-62b6b42e27a4972397e94fdbb03e74ac3f5f1244.tar.bz2 ranksvm-62b6b42e27a4972397e94fdbb03e74ac3f5f1244.zip |
misc
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -50,8 +50,6 @@ int predict(DataProvider &dp) { LOG(INFO)<<"Prediction started"; ofstream fout; - if (vm.count("output")) - fout.open(vm["output"].as<string>().c_str()); ostream* ot; |