summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--model/ranksvmtn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/ranksvmtn.cpp b/model/ranksvmtn.cpp
index 3436cce..7e8b882 100644
--- a/model/ranksvmtn.cpp
+++ b/model/ranksvmtn.cpp
@@ -198,7 +198,7 @@ int train_orig(int fsize, RidList &Data,const VectorXd &corr,VectorXd &weight){
int iter = 0;
long n=Data.getSize();
- LOG(INFO) << "training with feature size:" << fsize << " Data size:" << n << " Query size:" << Data.getuSize();
+ LOG(INFO) << "training with feature size:" << fsize << " Data size:" << n << " Query size:" << Data.getqSize();
VectorXd grad(fsize);
VectorXd step(fsize);
vector<int> rank(n);