From 22882d7113c13cb1e00c59b54050f16ac1b7cc30 Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Sun, 8 Mar 2015 16:42:53 +0800 Subject: migrating & scaffolding & reformatting Added more cmdline options --- model/ranksvm.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'model/ranksvm.cpp') diff --git a/model/ranksvm.cpp b/model/ranksvm.cpp index 58a097a..6294245 100644 --- a/model/ranksvm.cpp +++ b/model/ranksvm.cpp @@ -25,7 +25,6 @@ RSVM* RSVM::loadModel(const string fname){ RSVM* rsvm; - // TODO multiplex type if (type=="TN") rsvm = new RSVMTN(); @@ -39,7 +38,7 @@ RSVM* RSVM::loadModel(const string fname){ int RSVM::setModel(const Eigen::VectorXd &model) { if (model.cols()!=fsize) - LOG(FATAL) << "Feature size mismatch";; + LOG(FATAL) << "Feature size mismatch"; this->model=model; return 0; } \ No newline at end of file -- cgit v1.2.3-70-g09d2