summaryrefslogtreecommitdiff
path: root/model.rb
diff options
context:
space:
mode:
Diffstat (limited to 'model.rb')
-rw-r--r--model.rb10
1 files changed, 3 insertions, 7 deletions
diff --git a/model.rb b/model.rb
index 5b1f4f5..e433893 100644
--- a/model.rb
+++ b/model.rb
@@ -27,14 +27,10 @@ class ToxCreateModel < Ohm::Model
#attributey :validation_qmrf_task_uri
attribute :validation_qmrf_uri
-
+ attribute :confusion_matrix
attribute :nr_compounds
- attribute :nr_predictions
- attribute :true_positives
- attribute :false_positives
- attribute :true_negatives
- attribute :false_negatives
- attribute :correct_predictions
+ attribute :nr_predictions
+ attribute :correct_predictions
attribute :weighted_area_under_roc
attribute :sensitivity
attribute :specificity