aboutsummaryrefslogtreecommitdiffstats
path: root/Metrics/Metrics-Calculation/metrics_plot/utils/constants.py
blob: 58ca75499a5fbcbcbd729d2fac01cc3f19f8f29c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
NUMBER_EDGE_TYPES = 'Number of Edge types'

NUMBER_NODES = 'Number Of Nodes'

OUT_DEGREE_COUNT = 'OutDegreeCount'

OUT_DEGREE_VALUE = 'OutDegreeValue'

NA_COUNT = 'NACount'

NA_VALUE = 'NAValue'

MPC_VALUE = 'MPCValue'

MPC_COUNT = 'MPCCount'

METAMODEL = 'Meta Mode'

STATE_ID = 'State Id'

HUMAN_OUT_D_REP = '../statistics/humanOutput\R_20158_run_1.csv'

HUMAN_MPC_REP = '../statistics/humanOutput\R_2015246_run_1.csv'

HUMAN_NA_REP = '../statistics/humanOutput\R_2016176_run_1.csv'