From def2bcd3f41a36e52b179aa435c5bf29c94dab5e Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Mon, 18 May 2015 22:22:11 +0800 Subject: added openmp directive --- model/ranksvm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'model/ranksvm.h') diff --git a/model/ranksvm.h b/model/ranksvm.h index 9051343..20bb35a 100644 --- a/model/ranksvm.h +++ b/model/ranksvm.h @@ -26,7 +26,7 @@ protected: int fsize; public: virtual int train(RidList &D)=0; - virtual int predict(DataList &D,std::vector &res)=0; + virtual int predict(RidList &D,std::vector &res)=0; // TODO Not sure how to construct this // Possible solution: generate a nxn matrix each row contains the sorted list of ranker result. int saveModel(const std::string fname); -- cgit v1.2.3-70-g09d2