summaryrefslogtreecommitdiff
path: root/lazar.rb
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-01-31 11:55:57 +0100
committermr <mr@mrautenberg.de>2011-01-31 11:55:57 +0100
commit7ac05a889f1c7f3bb43ef764564920ce0cd84f34 (patch)
tree2ee5a2aa87e31035a4abf2e8a295a1b708c62a5f /lazar.rb
parent4100a87f3784006687a2c8787b57936c96218f79 (diff)
merge with helma/development
Diffstat (limited to 'lazar.rb')
-rw-r--r--lazar.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lazar.rb b/lazar.rb
index fc037a9..c8cf6ea 100644
--- a/lazar.rb
+++ b/lazar.rb
@@ -25,8 +25,8 @@ end
# @param [String] dataset_uri Training dataset URI
# @param [optional,String] prediction_feature URI of the feature to be predicted
# @param [optional,String] feature_generation_uri URI of the feature generation algorithm
-# @param [optional] - further parameters for the feature generation service
-# @ return [text/uri-list] Task URI
+# @param [optional,String] - further parameters for the feature generation service
+# @return [text/uri-list] Task URI
post '/lazar/?' do
halt 404, "No dataset_uri parameter." unless params[:dataset_uri]