I misspoke, I meant closeness 

I will run your example when I get home and see what I am getting.

Thanks so much!

-Ahmed 

Sent from my iPhone

On Dec 6, 2013, at 4:46 PM, Tamás Nepusz <[email protected]> wrote:

>> If I am computing the betweenness of a vertex that doesn't connect to any 
>> other node. Shouldn't the betweenness be 0?
> 
> Yes, it should. It seems to be the case in a small example that I constructed 
> now in IPython:
> 
> In [1]: g=Graph.Formula("A--B--C--D--A, E, F")
> In [2]: g.betweenness()
> 
> Out[2]: [0.5, 0.5, 0.5, 0.5, 0.0, 0.0]
> 
> So if you are getting non-zero values for isolated nodes then this does not 
> seem right.
> 
> T.
> 
> 
> 

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

Reply via email to