C

EigenvectorCentralityResult

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

Remarks

This class cannot be instantiated

Members

No filters for this type

Properties

Gets whether a valid result could be obtained.
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.
readonlyfinal
Gets a mapping from each node to its centrality value.
A value between 0.0 and 1.0 that stores centrality found for this node.
readonlyfinal