Hello,

I am looking at a problem where I need to measure eigen vector centrality
in a an undirected graph where edges are weighed by the amount interaction
between two nodes (we call this  weight as WI) and each node itself is also
have a weight showing its importance ( we call this weight WP).

The goal is to find the most influential node in the network.

I sought that the best way is to transform this graph to directed graph,
where  each edge from A->B is weighted by:  WP (of node A) * WI (edge
A-B)/(sum of all WIs associated. to node A)

I just wonder if this is a reasonable solution to be done using igraph::
eigen_centrality?

best,
Shahab
_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to