summaryrefslogtreecommitdiff
path: root/model/ranksvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'model/ranksvm.h')
-rw-r--r--model/ranksvm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/model/ranksvm.h b/model/ranksvm.h
index a17e3c9..a19ad63 100644
--- a/model/ranksvm.h
+++ b/model/ranksvm.h
@@ -27,8 +27,6 @@ protected:
public:
virtual int train(RidList &D)=0;
virtual int predict(RidList &D,std::vector<double> &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);
static RSVM* loadModel(const std::string fname);
virtual std::string getName()=0;