diff options
author | Joe Zhao <ztuowen@gmail.com> | 2015-03-08 16:02:15 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2015-03-08 16:02:15 +0800 |
commit | e500bb4cdb32b13cc022b6dc5d221de7ad97a73e (patch) | |
tree | 643bcf86336437ccee6182fc6d19c92f33b7201a /model/ranksvmtn.h | |
parent | 457024eedfaf6e08146038c8cb3034e590a81df6 (diff) | |
download | ranksvm-e500bb4cdb32b13cc022b6dc5d221de7ad97a73e.tar.gz ranksvm-e500bb4cdb32b13cc022b6dc5d221de7ad97a73e.tar.bz2 ranksvm-e500bb4cdb32b13cc022b6dc5d221de7ad97a73e.zip |
added commandline parser
Diffstat (limited to 'model/ranksvmtn.h')
-rw-r--r-- | model/ranksvmtn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/model/ranksvmtn.h b/model/ranksvmtn.h index 2a8f524..4a0fb16 100644 --- a/model/ranksvmtn.h +++ b/model/ranksvmtn.h @@ -13,8 +13,8 @@ public: return "TN"; }; - int train(DataProvider D){return 0;}; - int predict(DataProvider D){return 0;}; + int train(DataProvider &D){return 0;}; + int predict(DataProvider &D){return 0;}; }; #endif
\ No newline at end of file |