summaryrefslogtreecommitdiff
path: root/model/ranksvm.h
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2015-05-27 13:22:16 +0800
committerJoe Zhao <ztuowen@gmail.com>2015-05-27 13:22:16 +0800
commit556593fdd54ddcca5014fe6ed2911615dab4d36a (patch)
tree268df28cf12b13ed794ac34758bf7092103d0418 /model/ranksvm.h
parent2df038e399a97cc80c9d57682d05f1eeaa9ced89 (diff)
downloadranksvm-556593fdd54ddcca5014fe6ed2911615dab4d36a.tar.gz
ranksvm-556593fdd54ddcca5014fe6ed2911615dab4d36a.tar.bz2
ranksvm-556593fdd54ddcca5014fe6ed2911615dab4d36a.zip
variable input
Diffstat (limited to 'model/ranksvm.h')
-rw-r--r--model/ranksvm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/model/ranksvm.h b/model/ranksvm.h
index 41de0f4..a17e3c9 100644
--- a/model/ranksvm.h
+++ b/model/ranksvm.h
@@ -46,7 +46,7 @@ extern double cg_prec; // precision
extern int cg_maxiter; // not worth having a large number
extern int ls_maxiter;
// line search
-extern double line_prec; // precision
-extern double line_turb; // purturbation
+extern double ls_prec; // precision
+extern double ls_turb; // perturbation
#endif \ No newline at end of file