aboutsummaryrefslogtreecommitdiffstats
path: root/Metrics/Metrics-Calculation/metrics_plot/src/constants.py
diff options
context:
space:
mode:
authorLibravatar 20001LastOrder <boqi.chen@mail.mcgill.ca>2019-05-29 09:55:30 -0400
committerLibravatar 20001LastOrder <boqi.chen@mail.mcgill.ca>2019-05-29 09:55:30 -0400
commita1322f1dc5f6ea53712093f75e7c36d01074f669 (patch)
tree27a6551c7d4a958fa2e924234c8b6a7a2d7604e7 /Metrics/Metrics-Calculation/metrics_plot/src/constants.py
parentadded plot median ks distance line (diff)
downloadVIATRA-Generator-a1322f1dc5f6ea53712093f75e7c36d01074f669.tar.gz
VIATRA-Generator-a1322f1dc5f6ea53712093f75e7c36d01074f669.tar.zst
VIATRA-Generator-a1322f1dc5f6ea53712093f75e7c36d01074f669.zip
metric plot based on chosen rep with k-medoid method
Diffstat (limited to 'Metrics/Metrics-Calculation/metrics_plot/src/constants.py')
-rw-r--r--Metrics/Metrics-Calculation/metrics_plot/src/constants.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/Metrics/Metrics-Calculation/metrics_plot/src/constants.py b/Metrics/Metrics-Calculation/metrics_plot/src/constants.py
index 4504030e..58ca7549 100644
--- a/Metrics/Metrics-Calculation/metrics_plot/src/constants.py
+++ b/Metrics/Metrics-Calculation/metrics_plot/src/constants.py
@@ -16,4 +16,10 @@ MPC_COUNT = 'MPCCount'
16 16
17METAMODEL = 'Meta Mode' 17METAMODEL = 'Meta Mode'
18 18
19STATE_ID = 'State Id' \ No newline at end of file 19STATE_ID = 'State Id'
20
21HUMAN_OUT_D_REP = '../statistics/humanOutput\R_20158_run_1.csv'
22
23HUMAN_MPC_REP = '../statistics/humanOutput\R_2015246_run_1.csv'
24
25HUMAN_NA_REP = '../statistics/humanOutput\R_2016176_run_1.csv'