diff options
author | Joe Zhao <ztuowen@gmail.com> | 2015-05-14 11:23:27 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2015-05-14 11:23:27 +0800 |
commit | 4fd46f811f680f81efc858b788b0335427dbf26e (patch) | |
tree | b9cc28cc97f844760be5ed44c2b5a70179a665cd /model/ranksvmtn.cpp | |
parent | 565b014e8102a36673a000e1ceb720ec20eceaf0 (diff) | |
download | ranksvm-4fd46f811f680f81efc858b788b0335427dbf26e.tar.gz ranksvm-4fd46f811f680f81efc858b788b0335427dbf26e.tar.bz2 ranksvm-4fd46f811f680f81efc858b788b0335427dbf26e.zip |
c
Diffstat (limited to 'model/ranksvmtn.cpp')
-rw-r--r-- | model/ranksvmtn.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/model/ranksvmtn.cpp b/model/ranksvmtn.cpp index 3136426..3d0db5f 100644 --- a/model/ranksvmtn.cpp +++ b/model/ranksvmtn.cpp @@ -6,7 +6,6 @@ using namespace std; using namespace Eigen; -const double C=1e-4; // Compensating & scaling // Main terminating criteria const int maxiter = 60; // max iteration count const double prec=1e-10; // precision |