igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Problem whith betweeness centrality


From: Tamas Nepusz
Subject: Re: [igraph] Problem whith betweeness centrality
Date: Mon, 1 Jun 2009 19:36:56 +0100

Hi,


And the output of the complete network as dot is as follows
graph {
 0;1;  2;  3;  4;  5;  6;  7;  8;  9;
1 -- 0; 2 -- 0; 3 -- 0; 4 -- 1; 3 -- 1; 2 -- 1; 3 -- 2; 5 -- 2; 6 -- 2; 4 -- 3; 5 -- 4; 7 -- 4; 5 -- 3; 7 -- 5; 6 -- 5; 8 -- 6; 9 -- 8;
}
For me, it looks like Diana (vertex ID = 3) has degree 5. In the example graph on orgnet.com, Diana has six adjacent edges, so the two networks are not the same.

--
Tamas





reply via email to

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