From 52ca742e14e36cd37010bae9a7678dd5b1a7eaf5 Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Wed, 13 May 2015 18:56:39 +0800 Subject: branched for mem --- 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 aa5e1ca..58cd7f0 100644 --- a/model/ranksvm.h +++ b/model/ranksvm.h @@ -25,7 +25,7 @@ protected: SVMModel model; int fsize; public: - virtual int train(DataList &D)=0; + virtual int train(RidList &D)=0; virtual int predict(DataList &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. -- cgit v1.2.3-70-g09d2