summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-06-28 13:14:36 +0200
committerAndreas Maunz <andreas@maunz.de>2011-06-28 13:14:36 +0200
commita1a285b9cabbfd05057dfa456f41e903f4337b59 (patch)
tree8550f36718a039a91ea3e8a56f42d5142e056cff
parent94d88944b7d2953960e03c86eb78e697822fbc9f (diff)
Fixed comments
-rw-r--r--fminer.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/fminer.rb b/fminer.rb
index fe7f256..28602b2 100644
--- a/fminer.rb
+++ b/fminer.rb
@@ -88,10 +88,11 @@ end
# @param [String] dataset_uri URI of the training dataset
# @param [String] prediction_feature URI of the prediction feature (i.e. dependent variable)
# @param [optional] parameters BBRC parameters, accepted parameters are
-# - minfreq Minimum frequency (default 5)
+# - min_frequency Minimum frequency (default 5)
# - feature_type Feature type, can be 'paths' or 'trees' (default "trees")
# - backbone BBRC classes, pass 'false' to switch off mining for BBRC representatives. (default "true")
# - min_chisq_significance Significance threshold (between 0 and 1)
+# - nr_hits Set to "true" to get hit count instead of presence
# @return [text/uri-list] Task URI
post '/fminer/bbrc/?' do
@@ -273,9 +274,10 @@ end
# @param [String] dataset_uri URI of the training dataset
# @param [String] prediction_feature URI of the prediction feature (i.e. dependent variable)
# @param [optional] parameters LAST parameters, accepted parameters are
-# - minfreq Minimum frequency (default 5)
+# - min_frequency freq Minimum frequency (default 5)
# - feature_type Feature type, can be 'paths' or 'trees' (default "trees")
# - hops Maximum number of hops
+# - nr_hits Set to "true" to get hit count instead of presence
# @return [text/uri-list] Task URI
post '/fminer/last/?' do