aboutsummaryrefslogtreecommitdiffstats
path: root/Metrics/Metrics-Calculation/metrics_plot/src/constants.py
blob: 4504030e1d0063f5ce34ca05f9be2664aadc49c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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'