summaryrefslogtreecommitdiff
path: root/model.rb
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-07-15 12:21:01 +0200
committermr <mr@mrautenberg.de>2011-07-15 12:24:15 +0200
commit46451d215e87c8009c95a894522cb44b214e0e57 (patch)
treedcdd3c6a8fc403e6f589bb0762a7efec0814445b /model.rb
parent183fa2384e642374e7b51ba10aaa29c20bff549f (diff)
crossvalidation confusion matrix multinominal
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