summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2012-01-30 16:17:00 +0100
committerAndreas Maunz <andreas@maunz.de>2012-01-30 16:17:00 +0100
commit165a82a504bf06136619af15ccc6e3be23c642fb (patch)
tree2db6d2021edeef7d51b35ff88cca994186a2af97
parent8035d64e9f1c9d49d1ec947204f78534ecc21e64 (diff)
Prop on not for wmv
m---------last-utils0
-rw-r--r--lazar.rb2
m---------libfminer0
3 files changed, 1 insertions, 1 deletions
diff --git a/last-utils b/last-utils
-Subproject 8c02f7e71450cac6d8c5d7d34ecb620046b4ea4
+Subproject cf0238477127e54509b6ab8b5c38f50dd6ffce0
diff --git a/lazar.rb b/lazar.rb
index 6fd12ef..7fa0f96 100644
--- a/lazar.rb
+++ b/lazar.rb
@@ -105,7 +105,7 @@ post '/lazar/?' do
lazar.prediction_algorithm = "Neighbors.#{params[:prediction_algorithm]}" if params[:prediction_algorithm]
# Propositionalization
- propositionalized = true
+ propositionalized = (lazar.prediction_algorithm=="Neighbors.weighted_majority_vote" ? false : true)
# PC type
pc_type = params[:pc_type] unless params[:pc_type].nil?
diff --git a/libfminer b/libfminer
-Subproject 17932e809c35c93374ed3d5fd19a313325c35b4
+Subproject f9e560dc0a7a5d5af439814ab5fa9ce027a025b