diff options
author | Joe Zhao <ztuowen@gmail.com> | 2015-06-27 20:42:23 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2015-06-27 20:42:23 +0800 |
commit | 60881b380b02637c27497c4508faf2345a534679 (patch) | |
tree | 7813e01519a4ee8e8523b8d9445b94ae91afed38 /split.cpp | |
parent | 76193f75ae34aa587bd87bed17a4b92eec8c6203 (diff) | |
download | ranksvm-60881b380b02637c27497c4508faf2345a534679.tar.gz ranksvm-60881b380b02637c27497c4508faf2345a534679.tar.bz2 ranksvm-60881b380b02637c27497c4508faf2345a534679.zip |
comments & readme
Diffstat (limited to 'split.cpp')
-rw-r--r-- | split.cpp | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,6 +1,10 @@ -// -// Created by joe on 5/13/15. -// +/* + * split: helper program to split rid file + * usage: ./split -h to see all options + * support: + * shuffling + * splitting + */ #include <iostream> #include <boost/program_options.hpp> |