eigenvector_centrality_factor {rhype} | R Documentation |
To calculate the eigenvector centrality of a hypergraph, each vertex is assigned a value that is proportional to the sum of the value of its neighbours. This function gives the scaling factor relating the value of each node to the sum of the value of its neighbours.
eigenvector_centrality_factor(hype)
hype |
A hypergraph object |
A number representing the scaling factor relating the value of each node to the sum of the value of its neighbours
h1 <- example_hype()
eigenvector_centrality_factor(h1)