LineRank
LineRank
is a flow-based centrality measure for large-scale graphs that quantifies the “flow” through each node [2]. The method first transforms the original graph \(G\) into its corresponding line graph \(L(G)\), where nodes in \(L(G)\) represent edges in \(G\). PageRank centrality is then computed on the nodes of \(L(G)\).
The LineRank centrality of a node in the original graph is obtained by aggregating the stationary probabilities of its incident edges in the line graph. This value represents the total amount of flow passing through the node, capturing its importance in the propagation of information or connectivity within the network.
References
[1]
Shvydun, S. (2025). Zoo of Centralities: Encyclopedia of Node Metrics in Complex Networks. arXiv: 2511.05122
https://doi.org/10.48550/arXiv.2511.05122
[2]
Kang, U., Papadimitriou, S., Sun, J., & Tong, H. (2011). Centralities in large networks: Algorithms and observations. In Proceedings of the 2011 SIAM international conference on data mining, pp. 119-130. Society for Industrial and Applied Mathematics.
doi: 10.1137/1.9781611972818.11.