summaryrefslogtreecommitdiff
path: root/model/ranksvm.h
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2015-05-14 11:23:27 +0800
committerJoe Zhao <ztuowen@gmail.com>2015-05-14 11:23:27 +0800
commit4fd46f811f680f81efc858b788b0335427dbf26e (patch)
treeb9cc28cc97f844760be5ed44c2b5a70179a665cd /model/ranksvm.h
parent565b014e8102a36673a000e1ceb720ec20eceaf0 (diff)
downloadranksvm-4fd46f811f680f81efc858b788b0335427dbf26e.tar.gz
ranksvm-4fd46f811f680f81efc858b788b0335427dbf26e.tar.bz2
ranksvm-4fd46f811f680f81efc858b788b0335427dbf26e.zip
c
Diffstat (limited to 'model/ranksvm.h')
-rw-r--r--model/ranksvm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/model/ranksvm.h b/model/ranksvm.h
index 58cd7f0..9051343 100644
--- a/model/ranksvm.h
+++ b/model/ranksvm.h
@@ -37,4 +37,6 @@ public:
int setModel(const SVMModel &model);
};
+extern double C;// Compensating & scaling
+
#endif \ No newline at end of file