From 165a82a504bf06136619af15ccc6e3be23c642fb Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Mon, 30 Jan 2012 16:17:00 +0100 Subject: Prop on not for wmv --- last-utils | 2 +- lazar.rb | 2 +- libfminer | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/last-utils b/last-utils index 8c02f7e..cf02384 160000 --- a/last-utils +++ b/last-utils @@ -1 +1 @@ -Subproject commit 8c02f7e71450cac6d8c5d7d34ecb620046b4ea46 +Subproject commit cf0238477127e54509b6ab8b5c38f50dd6ffce08 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 index 17932e8..f9e560d 160000 --- a/libfminer +++ b/libfminer @@ -1 +1 @@ -Subproject commit 17932e809c35c93374ed3d5fd19a313325c35b41 +Subproject commit f9e560dc0a7a5d5af439814ab5fa9ce027a025b7 -- cgit v1.2.3