summaryrefslogtreecommitdiff
path: root/views/classification_validation.haml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-08-22 11:14:38 +0000
committerChristoph Helma <helma@in-silico.ch>2011-08-22 11:14:38 +0000
commit8df23ac390adb9841d7b050325b4ddb5bd5d794c (patch)
tree5bf1673dae40f6d32a523bcd16f76d9808b1fd40 /views/classification_validation.haml
parent8133e0b00712df4d907929cd9e4612dcfadddef9 (diff)
parent7947128ea346ef96aa703fc5070bd9b00588d425 (diff)
Merge branch 'lazar-gui' of github.com:opentox/toxcreate into lazar-gui
Conflicts: application.rb
Diffstat (limited to 'views/classification_validation.haml')
-rw-r--r--views/classification_validation.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/classification_validation.haml b/views/classification_validation.haml
index f25a321..9f5c2c9 100644
--- a/views/classification_validation.haml
+++ b/views/classification_validation.haml
@@ -3,9 +3,9 @@
= sprintf("%.2f", model.correct_predictions.to_f) if model.correct_predictions
= '%'
%dt
- %a{:href => "http://en.wikipedia.org/wiki/Receiver_operating_characteristic", :rel => "external"} Weighted area under ROC:
+ %a{:href => "http://en.wikipedia.org/wiki/Receiver_operating_characteristic", :rel => "external"} Average area under ROC:
%dd
- = sprintf("%.3f", model.weighted_area_under_roc.to_f) if model.weighted_area_under_roc
+ = sprintf("%.3f", model.average_area_under_roc.to_f) if model.average_area_under_roc
%dt
%a{:href => "http://en.wikipedia.org/wiki/Sensitivity_and_specificity", :rel => "external"} Specificity:
%dd= sprintf("%.3f", model.specificity.to_f) if model.specificity