eigenvector_centrality_factor: Calculate The Eigenvector Centrality Scaling Factor Of A...

View source: R/centrality.R

eigenvector_centrality_factorR Documentation

Calculate The Eigenvector Centrality Scaling Factor Of A Hypergraph

Description

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.

Usage

eigenvector_centrality_factor(hype)

Arguments

hype

A hypergraph object

Value

A number representing the scaling factor relating the value of each node to the sum of the value of its neighbours

Examples

h1 <- example_hype()
eigenvector_centrality_factor(h1)

rhype documentation built on Aug. 6, 2022, 5:05 p.m.