summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2015-05-11 18:38:39 +0800
committerJoe Zhao <ztuowen@gmail.com>2015-05-11 18:38:39 +0800
commitc69b39a9f149cc6b5c7270d7d864fb677bc83b34 (patch)
treebba8f4b244c5892265709b822751b9be56b4bf47 /main.cpp
parent0f05a379b2c5df0b05c23fd91d697464bd250507 (diff)
downloadranksvm-c69b39a9f149cc6b5c7270d7d864fb677bc83b34.tar.gz
ranksvm-c69b39a9f149cc6b5c7270d7d864fb677bc83b34.tar.bz2
ranksvm-c69b39a9f149cc6b5c7270d7d864fb677bc83b34.zip
RidFile tested
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 5c977d2..4f080bb 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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;