summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2011-05-20 12:44:41 +0200
committermguetlein <martin.guetlein@gmail.com>2011-05-20 12:44:41 +0200
commit452f119ae9e15ac51c4ed09367b6eab9f4392beb (patch)
tree070e23a8f82897e926451b136c98032fb099c7f1 /lib
parent750c3a57db4ed5ad3ec50c7875ad3edf877727f6 (diff)
for new predictions in reports: fix naming
Diffstat (limited to 'lib')
-rwxr-xr-xlib/ot_predictions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ot_predictions.rb b/lib/ot_predictions.rb
index 93581d8..6b90de3 100755
--- a/lib/ot_predictions.rb
+++ b/lib/ot_predictions.rb
@@ -289,7 +289,7 @@ module Lib
header << "compound" if add_pic
header << "actual value"
header << "predicted value"
- header << "missclassified" if predictions[0].feature_type=="classification"
+ header << "classification" if predictions[0].feature_type=="classification"
header << "confidence value" if predictions[0].confidence_values_available?
header << "compound-uri"
res.insert(0, header)