aboutsummaryrefslogtreecommitdiffstats
path: root/Metrics/Metrics-Calculation/metrics_plot/src/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'Metrics/Metrics-Calculation/metrics_plot/src/constants.py')
-rw-r--r--Metrics/Metrics-Calculation/metrics_plot/src/constants.py25
1 files changed, 0 insertions, 25 deletions
diff --git a/Metrics/Metrics-Calculation/metrics_plot/src/constants.py b/Metrics/Metrics-Calculation/metrics_plot/src/constants.py
deleted file mode 100644
index 803bae2e..00000000
--- a/Metrics/Metrics-Calculation/metrics_plot/src/constants.py
+++ /dev/null
@@ -1,25 +0,0 @@
1NUMBER_EDGE_TYPES = 'Number of Edge types'
2
3NUMBER_NODES = 'Number Of Nodes'
4
5OUT_DEGREE_COUNT = 'OutDegreeCount'
6
7OUT_DEGREE_VALUE = 'OutDegreeValue'
8
9NA_COUNT = 'NACount'
10
11NA_VALUE = 'NAValue'
12
13MPC_VALUE = 'MPCValue'
14
15MPC_COUNT = 'MPCCount'
16
17METAMODEL = 'Meta Mode'
18
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'