summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2015-06-29 11:49:39 +0800
committerJoe Zhao <ztuowen@gmail.com>2015-06-29 11:49:39 +0800
commitfa2a8760e4f85697d8884ff621cee71897969dd9 (patch)
treee344f794e4ea16f09ef7ef31df81ffdc85ba03ce /README
parentcd0093e9f0fba0b39463bb9ca4fe5261dfc0ef9b (diff)
downloadcross-fa2a8760e4f85697d8884ff621cee71897969dd9.tar.gz
cross-fa2a8760e4f85697d8884ff621cee71897969dd9.tar.bz2
cross-fa2a8760e4f85697d8884ff621cee71897969dd9.zip
readme
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..a92c145
--- /dev/null
+++ b/README
@@ -0,0 +1,22 @@
+Cross-validation & ensemble
+===========================
+
+Requirements:
+Python3
+
+How to use:
+copy ranksvm & split to target dir
+./train.py -> training with cross-validation or ensemble(line 15)
+./genCMC.py -> reference of how to generate a graph(in construction)
+
+to enable mask, add -M <filename> to the end of params in train()<misc.py>
+
+Structure:
+./train.py -> training control
+./cross.py -> PRSVM+ & cross-validation(onefold)
+./ensemble.py -> ensemble RankSVM(onefold)
+./misc.py -> various helpers
+
+Next:
+Terminating condition
+training -> genCMC