From ff9d455740a4ec246da1a7942e962a700d3579ef Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Fri, 15 May 2015 18:30:29 +0800 Subject: updated qsize --- model/ranksvmtn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 rank(n); -- cgit v1.2.3-70-g09d2