Learn Before
Concept
Node centrality
- Node degree simply measures how many neighbors a node has, but this is not necessarily sufficient to measure the importance of a node in a graph.
- We define a node’s eigenvector centrality e(u) via a recurrence relation in which the node’s centrality is proportional to the average centrality of its neighbors.

0
1
Updated 2022-06-26
Tags
Data Science