Represents the node and edge centrality values as computed by BetweennessCentrality.
Inheritance Hierarchy
Remarks
This class cannot be instantiated
Members
No filters for this type
Properties
Gets a mapping from each edge to its absolute centrality value.
Gets a mapping from each edge to its absolute centrality value.
The absolute centrality value can change drastically depending on graph structure and edge weights. The normalizedEdgeCentrality values don't usually change as much, while still allowing to determine relative importance between nodes.
readonlyfinal
Gets a mapping from each node to its absolute centrality value.
Gets a mapping from each node to its absolute centrality value.
The absolute centrality value can change drastically depending on graph structure and edge weights. The normalizedNodeCentrality values don't usually change as much, while still allowing to determine relative importance between nodes.
readonlyfinal
Gets a mapping from each edge to its normalized centrality value.
Gets a mapping from each edge to its normalized centrality value.
The normalized value is obtained by dividing nodeCentrality by maximumNodeCentrality. Thus the normalized values are all between
0 and 1.readonlyfinal
Gets a mapping from each node to its normalized centrality value.
Gets a mapping from each node to its normalized centrality value.
The normalized value is obtained by dividing nodeCentrality by maximumNodeCentrality. Thus the normalized values are all between
0 and 1.readonlyfinal