summaryrefslogtreecommitdiff
path: root/model/ranksvmtn.cpp
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2015-03-11 00:55:41 +0800
committerJoe Zhao <ztuowen@gmail.com>2015-03-11 00:55:41 +0800
commitf6c22b46449fa77f90e319e4b159ccb6c2a5732b (patch)
treebc38dde03ffa5cb3c2fea9f5fefff0b990de405b /model/ranksvmtn.cpp
parent3d204f5fe4614624ca342090feecbfe4df188d9d (diff)
downloadranksvm-f6c22b46449fa77f90e319e4b159ccb6c2a5732b.tar.gz
ranksvm-f6c22b46449fa77f90e319e4b159ccb6c2a5732b.tar.bz2
ranksvm-f6c22b46449fa77f90e319e4b159ccb6c2a5732b.zip
restructure, changed label type
Diffstat (limited to 'model/ranksvmtn.cpp')
-rw-r--r--model/ranksvmtn.cpp2
1 files changed, 1 insertions, 1 deletions
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