summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2011-07-13 10:58:19 +0200
committermguetlein <martin.guetlein@gmail.com>2011-07-13 10:58:19 +0200
commite0ff256a0a4508b2c4e250e7b02aa9b3099d9abb (patch)
tree10e944cc674e6b9e7186bcb9c4af0ef6ad970416
parent6600fd4d25c4bb34dfdf17b539d3598b112ffd2a (diff)
added correlation coefficient to regression reports
-rwxr-xr-xreport/report_factory.rb3
1 files changed, 2 insertions, 1 deletions
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 ]