easygraph.functions.hypergraph.centrality.vector_centrality module#

easygraph.functions.hypergraph.centrality.vector_centrality.vector_centrality(H)[source]#

The vector centrality of nodes in the line graph of the hypergraph.

Parameters:

H (eg.Hypergraph) –

Returns:

Centrality, where keys are node IDs and values are lists of centralities.

Return type:

dict

References

“Vector centrality in hypergraphs”, K. Kovalenko, M. Romance, E. Vasilyeva, D. Aleja, R. Criado, D. Musatov, A.M. Raigorodskii, J. Flores, I. Samoylenko, K. Alfaro-Bittner, M. Perc, S. Boccaletti, https://doi.org/10.1016/j.chaos.2022.112397