summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2014-03-18 13:03:17 +0100
committermguetlein <martin.guetlein@gmail.com>2014-03-18 13:03:17 +0100
commitb8deb1aacd26eeafd57a075290ba0451f24dae05 (patch)
tree7ad18a1e02b252462a7b056406929724a9414e78 /README.md
parentffeef2d78bff7ec5d4bf406fc70de61375c66f31 (diff)
add readmes
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
1 files changed, 33 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7005b22..02838ab 100644
--- a/README.md
+++ b/README.md
@@ -6,4 +6,36 @@ OpenTox Validation
[API documentation](http://rdoc.info/github/opentox/validation)
--------------------------------------------------------------
-Copyright (c) 2009-2012 Martin Guetlein, Christoph Helma. See LICENSE for details.
+General:
+--------
+
+* validation and reported is seperated in code (see below)
+* see validation/README and report/README for more general info
+
+Source Directories:
+-------------------
+
+* **validation** all validation stuff excluding the reports (should not access code in *report*)
+* **report** reporting stuff (should not access code in *validation*)
+* **lib** helper classes used by validation and by report
+* **test** test examples and use-cases (additional to those in the test repository)
+
+Non-Source Directories:
+-----------------------
+
+* **data** data files for validation
+* **docbook-xml-4.5** for converting xml reports into html
+* **docbook-xsl-1.76.1** for converting xml repors into html
+* **RankPlotter** for creating rank-plots in compare-algorithm reports
+* **reports** reports are stored in this folder
+* **resources** icons and stylsheet
+
+Glossary / Wording:
+-------------------
+
+* **accept_values** domain or possible class-values for classification (e.g. 'active','inactive')
+* **prediction_feature** endpoint feature that is predicted (exists once in cross-valdation)
+* **predicted_variable** feature for predictions of a model (exists 10 times in 10-fold cross-valdation)
+* **predicted_confidence** feature for predicted-confidence of a model (exists 10 times in 10-fold cross-validation)
+
+Copyright (c) 2009-2012 Martin Guetlein, Christoph Helma. See LICENSE for details. \ No newline at end of file