From e0ff256a0a4508b2c4e250e7b02aa9b3099d9abb Mon Sep 17 00:00:00 2001 From: mguetlein Date: Wed, 13 Jul 2011 10:58:19 +0200 Subject: added correlation coefficient to regression reports --- report/report_factory.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'report') diff --git a/report/report_factory.rb b/report/report_factory.rb index 7ec2e1c..340f276 100755 --- a/report/report_factory.rb +++ b/report/report_factory.rb @@ -8,7 +8,8 @@ VAL_ATTR_CV = [ :algorithm_uri, :dataset_uri, :num_folds, :crossvalidation_fold VAL_ATTR_CLASS = [ :num_instances, :num_unpredicted, :accuracy, :weighted_accuracy, :weighted_area_under_roc, :area_under_roc, :f_measure, :true_positive_rate, :true_negative_rate ] VAL_ATTR_REGR = [ :num_instances, :num_unpredicted, :root_mean_squared_error, - :weighted_root_mean_squared_error, :mean_absolute_error, :weighted_mean_absolute_error, :r_square, :weighted_r_square ] + :weighted_root_mean_squared_error, :mean_absolute_error, :weighted_mean_absolute_error, :r_square, :weighted_r_square, + :sample_correlation_coefficient ] #VAL_ATTR_BAR_PLOT_CLASS = [ :accuracy, :weighted_area_under_roc, # :area_under_roc, :f_measure, :true_positive_rate, :true_negative_rate ] -- cgit v1.2.3