Centralities

Summary

s_betweenness_centrality

Returns the betweenness centrality of the nodes in the line graph of the hypergraph.

s_closeness_centrality

Returns the closeness centrality of the nodes in the line graph of the hypergraph.

s_eccentricity

Returns the eccentricity of the nodes in the line graph of the hypergraph.

s_harmonic_centrality

Returns the harmonic centrality of the nodes in the line graph of the hypergraph.

s_katz

Returns the Katz centrality of the nodes in the line graph of the hypergraph.

s_load_centrality

Returns the load centrality of the nodes in the line graph of the hypergraph.

s_eigenvector_centrality

Returns the eigenvector centrality of the nodes in the line graph of the hypergraph.

Details