summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-04-12 11:52:27 +0200
committerAndreas Maunz <andreas@maunz.de>2012-04-12 11:52:27 +0200
commit261526ad45abeb2ed45470be3e5dae85befe88ec (patch)
treebd4bed00c537d591c0068a81a196fa39ecd291a7
parentaeff094fdf128b65e4bb78e1bdfe4bbb85e51ab9 (diff)
Major bug fixed: order of compounds was unsure in transform.rbjl
-rw-r--r--lazar.rb4
m---------libfminer0
2 files changed, 3 insertions, 1 deletions
diff --git a/lazar.rb b/lazar.rb
index 1fe28f8..edce362 100644
--- a/lazar.rb
+++ b/lazar.rb
@@ -196,7 +196,7 @@ post '/lazar/?' do
- # # # Activities
+ # # # Activities and Compounds
if prediction_feature.feature_type == "regression"
training_activities.data_entries.each do |compound,entry|
@@ -217,6 +217,8 @@ post '/lazar/?' do
end
end
end
+
+ lazar.compounds=training_activities.compounds.collect
task.progress 90
diff --git a/libfminer b/libfminer
-Subproject f9e560dc0a7a5d5af439814ab5fa9ce027a025b
+Subproject 4577dcacb352af3fdca925714dc570de9e02582