From 52b6b61d62b717b35af0c576733c7a305265c7d7 Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Mon, 25 May 2015 12:48:14 +0800 Subject: full pairs cont. --- model/ranksvmtn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'model/ranksvmtn.cpp') diff --git a/model/ranksvmtn.cpp b/model/ranksvmtn.cpp index 5916170..9beed65 100644 --- a/model/ranksvmtn.cpp +++ b/model/ranksvmtn.cpp @@ -212,7 +212,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.getqSize(); + LOG(INFO) << "training with feature size:" << fsize << " Data size:" << Data.getSize() << " Query size:" << Data.getqSize(); VectorXd grad(fsize); VectorXd step(fsize); vector rank(n); -- cgit v1.2.3-70-g09d2