diff options
author | Joe Zhao <ztuowen@gmail.com> | 2015-05-11 18:38:39 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2015-05-11 18:38:39 +0800 |
commit | c69b39a9f149cc6b5c7270d7d864fb677bc83b34 (patch) | |
tree | bba8f4b244c5892265709b822751b9be56b4bf47 /main.cpp | |
parent | 0f05a379b2c5df0b05c23fd91d697464bd250507 (diff) | |
download | ranksvm-c69b39a9f149cc6b5c7270d7d864fb677bc83b34.tar.gz ranksvm-c69b39a9f149cc6b5c7270d7d864fb677bc83b34.tar.bz2 ranksvm-c69b39a9f149cc6b5c7270d7d864fb677bc83b34.zip |
RidFile tested
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ int train(DataProvider &dp) { DataList D; LOG(INFO)<<"Training started"; - dp.getAllData(D); + dp.getAllDataSet(D); LOG(INFO)<<"Read "<<D.getSize()<<" entries with "<< D.getfSize()<<" features"; rsvm->train(D); vector<double> L; |