C

WeightCentralityResult

Represents the node centrality values as computed by WeightCentrality.
Inheritance Hierarchy

Remarks

This class cannot be instantiated

Members

No filters for this type

Properties

Gets the maximum absolute node centrality value.
readonlyfinal
Gets the minimum absolute node centrality value.
readonlyfinal
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 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