Represents the node centrality values as computed by EigenvectorCentrality.
Inheritance Hierarchy
EigenvectorCentralityResult
Remarks
This class cannot be instantiated
Type Details
- yFiles module
- view-layout-bridge
Properties
Gets whether a valid result could be obtained.
Remarks
For some input graphs the power iteration method that is used to calculate the dominant eigenvector doesn't converge and, thus, this method doesn't find a valid solution. In this case this property is
false
. In such cases, we recommend to switch to the PageRank algorithm.Gets a mapping from each node to its centrality value.
Remarks
A value between
0.0
and 1.0
that stores centrality found for this node.