From 452f119ae9e15ac51c4ed09367b6eab9f4392beb Mon Sep 17 00:00:00 2001 From: mguetlein Date: Fri, 20 May 2011 12:44:41 +0200 Subject: for new predictions in reports: fix naming --- lib/ot_predictions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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) -- cgit v1.2.3