summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2011-08-18 16:34:50 +0200
committermguetlein <martin.guetlein@gmail.com>2011-08-18 16:34:50 +0200
commitf17213fa992e3a644b33cd3a4f6778a6a79dd152 (patch)
treeb85a8c91a7046b65cb9d266ba0fec9814eb194cc /lib
parent3f1714c78e46f391b951b1a01adcd9badc713891 (diff)
add ppv and npv to bar plot, remove debug output
Diffstat (limited to 'lib')
-rwxr-xr-xlib/predictions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/predictions.rb b/lib/predictions.rb
index 2e90885..6c0e996 100755
--- a/lib/predictions.rb
+++ b/lib/predictions.rb
@@ -276,7 +276,7 @@ module Lib
end
end
end
- puts tp_conf.inspect+"\n"+fp_conf.inspect+"\n\n"
+ #puts tp_conf.inspect+"\n"+fp_conf.inspect+"\n\n"
return 0.0 if tp_conf.size == 0
return 1.0 if fp_conf.size == 0