diff options
author | Joe Zhao <ztuowen@gmail.com> | 2015-03-11 00:55:41 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2015-03-11 00:55:41 +0800 |
commit | f6c22b46449fa77f90e319e4b159ccb6c2a5732b (patch) | |
tree | bc38dde03ffa5cb3c2fea9f5fefff0b990de405b /model/ranksvmtn.h | |
parent | 3d204f5fe4614624ca342090feecbfe4df188d9d (diff) | |
download | ranksvm-f6c22b46449fa77f90e319e4b159ccb6c2a5732b.tar.gz ranksvm-f6c22b46449fa77f90e319e4b159ccb6c2a5732b.tar.bz2 ranksvm-f6c22b46449fa77f90e319e4b159ccb6c2a5732b.zip |
restructure, changed label type
Diffstat (limited to 'model/ranksvmtn.h')
-rw-r--r-- | model/ranksvmtn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model/ranksvmtn.h b/model/ranksvmtn.h index 21b03bd..cdb9796 100644 --- a/model/ranksvmtn.h +++ b/model/ranksvmtn.h @@ -13,7 +13,7 @@ public: return "TN"; }; virtual int train(DataSet &D, Labels &label); - virtual int predict(DataSet &D, Eigen::MatrixXd &res); + virtual int predict(DataSet &D, Labels &res); }; #endif
\ No newline at end of file |