summaryrefslogtreecommitdiff
path: root/EXAMPLES
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-09-07 09:25:39 +0200
committermguetlein <martin.guetlein@gmail.com>2010-09-07 09:25:39 +0200
commit7d69d09e79882cb826dacac2b6474fade13e8690 (patch)
treec1acc2b07627bbb787a1e4d24a425c90283277aa /EXAMPLES
parent9ec38f1ebaffa51cac69e5e1a09c988556a690a1 (diff)
add validation to qmrf-report, bootstrapping
Diffstat (limited to 'EXAMPLES')
-rw-r--r--EXAMPLES21
1 files changed, 21 insertions, 0 deletions
diff --git a/EXAMPLES b/EXAMPLES
index 944688f..3653ed5 100644
--- a/EXAMPLES
+++ b/EXAMPLES
@@ -116,6 +116,27 @@ result example (accept-header: text/uri-list)
<<< <validation_service>/id_i
+validate an algorithm on a dataset via bootstrapping
+-------------------------------------------------------------------
+
+>>> curl -X POST -d algorithm_uri="<algorithm_uri>" \
+ -d dataset_uri="<dataset_uri>" \
+ -d prediction_feature="<prediction_feature>" \
+ -d algorithm_params="<algorithm_params>" \
+ -d random_seed=2 \
+ <validation_service>/bootstrapping
+
+optional params:
+algorithm_params, default is empty
+random_seed, default is 1
+
+result example (accept-header: application/rdf-xml)
+<<< not yet supported
+
+result example (accept-header: text/uri-list)
+<<< <validation_service>/id_i
+
+
get list of available crossvalidations
-------------------------------------------------------------------