summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-02-15 16:13:20 +0100
committerdavor <vorgrimmlerdavid@gmx.de>2012-02-15 16:13:20 +0100
commit76b19ad4944cea2ed3c357f81c60a5195bdf8e5a (patch)
treed8d3ca52082c3eb0be81d40b836ab5e5c8208d47
parentbd8c5fedc9f13e3ad95547d8a437376ed37deac5 (diff)
parent94f4526bcb73ec8586559ae8b476b5a73a176882 (diff)
Merge branch 'development' of github.com:opentox/algorithm into development
-rw-r--r--fminer.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/fminer.rb b/fminer.rb
index a43a505..95ce469 100644
--- a/fminer.rb
+++ b/fminer.rb
@@ -35,7 +35,7 @@ get "/fminer/bbrc/?" do
OT.parameters => [
{ DC.description => "Dataset URI", OT.paramScope => "mandatory", DC.title => "dataset_uri" },
{ DC.description => "Feature URI for dependent variable", OT.paramScope => "mandatory", DC.title => "prediction_feature" },
- { DC.description => "Minimum frequency", OT.paramScope => "optional", DC.title => "minfreq" },
+ { DC.description => "Minimum frequency", OT.paramScope => "optional", DC.title => "min_frequency" },
{ DC.description => "Feature type, can be 'paths' or 'trees'", OT.paramScope => "optional", DC.title => "feature_type" },
{ DC.description => "BBRC classes, pass 'false' to switch off mining for BBRC representatives.", OT.paramScope => "optional", DC.title => "backbone" },
{ DC.description => "Significance threshold (between 0 and 1)", OT.paramScope => "optional", DC.title => "min_chisq_significance" },
@@ -67,7 +67,7 @@ get "/fminer/last/?" do
OT.parameters => [
{ DC.description => "Dataset URI", OT.paramScope => "mandatory", DC.title => "dataset_uri" },
{ DC.description => "Feature URI for dependent variable", OT.paramScope => "mandatory", DC.title => "prediction_feature" },
- { DC.description => "Minimum frequency", OT.paramScope => "optional", DC.title => "minfreq" },
+ { DC.description => "Minimum frequency", OT.paramScope => "optional", DC.title => "min_frequency" },
{ DC.description => "Feature type, can be 'paths' or 'trees'", OT.paramScope => "optional", DC.title => "feature_type" },
{ DC.description => "Maximum number of hops", OT.paramScope => "optional", DC.title => "hops" },
]