summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-29 07:58:18 -0700
committerAndreas Maunz <andreas@maunz.de>2011-04-29 07:58:18 -0700
commit14872022c50898a7fb747c534acd3d7f41271d7f (patch)
treea199b18f6f3a967293aa3aa53ac09f4a7464578c
parentbf08b7894c3d21065a81069b4d85d302b7df3d04 (diff)
Added arguments, hinted at ot-test
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index f5679fa..640f962 100644
--- a/README.md
+++ b/README.md
@@ -21,10 +21,14 @@ REST operations
Create bbrc features POST /fminer/bbrc dataset_uri, URI for feature dataset 200,400,404,500
feature_uri,
[min_frequency=5 per-mil],
- [backbone=true]
+ [feature_type=trees],
+ [backbone=true],
+ [min_chisq_significance=0.95]
Create last features POST /fminer/last dataset_uri, URI for feature dataset 200,400,404,500
feature_uri,
[min_frequency=8 %],
+ [feature_type=trees],
+ [max_hops=25],
Create lazar model POST /lazar dataset_uri, URI for lazar model 200,400,404,500
prediction_feature,
feature_generation_uri
@@ -38,6 +42,8 @@ Supported MIME formats
Examples
--------
+NOTE: http://webservices.in-silico.ch hosts the stable version that might not have complete functionality yet. **Please try http://ot-test.in-silico.ch** for latest versions.
+
### Get the OWL-DL representation of fminer
curl http://webservices.in-silico.ch/algorithm/fminer