summaryrefslogtreecommitdiff
path: root/report/report_factory.rb
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-07-05 10:43:51 +0200
committermguetlein <martin.guetlein@gmail.com>2010-07-05 10:43:51 +0200
commit2693e042981c99e7a938e0c24b76de55b5ea83f6 (patch)
treef56f4a23d665dff96cf4020fdaddbf9819eeb015 /report/report_factory.rb
parent7c0d46613a9ce5b0bc2228db61b6f1274cde56f5 (diff)
qmrf stup for editor
Diffstat (limited to 'report/report_factory.rb')
-rw-r--r--report/report_factory.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/report/report_factory.rb b/report/report_factory.rb
index f62803d..2e579a5 100644
--- a/report/report_factory.rb
+++ b/report/report_factory.rb
@@ -17,12 +17,12 @@ VAL_ATTR_BAR_PLOT_REGR = [ :root_mean_squared_error, :mean_absolute_error, :r_sq
#
module Reports::ReportFactory
- RT_FASTTOX = "fasttox"
RT_VALIDATION = "validation"
RT_CV = "crossvalidation"
RT_ALG_COMP = "algorithm_comparison"
+ RT_QMRF = "qmrf"
- REPORT_TYPES = [RT_VALIDATION, RT_CV, RT_ALG_COMP ] #,RT_FASTTOX
+ REPORT_TYPES = [RT_VALIDATION, RT_CV, RT_ALG_COMP, RT_QMRF ]
# creates a report of a certain type according to the validation data in validation_set
#