From f6c22b46449fa77f90e319e4b159ccb6c2a5732b Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Wed, 11 Mar 2015 00:55:41 +0800 Subject: restructure, changed label type --- 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 ef8d98c..746e967 100644 --- a/model/ranksvmtn.cpp +++ b/model/ranksvmtn.cpp @@ -7,6 +7,6 @@ int RSVMTN::train(DataSet &D, Labels &label){ return 0; }; -int RSVMTN::predict(DataSet &D, MatrixXd &res){ +int RSVMTN::predict(DataSet &D, Labels &res){ return 0; }; \ No newline at end of file -- cgit v1.2.3-70-g09d2