igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Understanding centralization betweenness


From: Tamás Nepusz
Subject: Re: [igraph] Understanding centralization betweenness
Date: Fri, 10 May 2013 19:17:16 +0200

> For what I understand the node-level indexes should be the betweenness 
> calculated for each node? Is that right?
Yes and no. Yes, they are the node-level betweenness scores, but no in your 
case, because your graph is weighted but centralization.betweenness does not 
handle weights (yet), as far as I know.

> Also, what if I just want to get the $centralization using the centralization 
> formula as an output? I need to write just that value to compare multiple 
> networks.
Well, then simply use centralization.betweenness(centrg, 
directed=TRUE)$centralization and store that ;)

-- 
T.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]