igraph-help
[Top][All Lists]
Advanced

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

[igraph] alpha.centrality with weights problem


From: Michael Bishop
Subject: [igraph] alpha.centrality with weights problem
Date: Mon, 1 Aug 2011 22:02:15 -0500

Hello igraph experts!

I am surprised to receive identical output from the following two functions:

alpha.centrality(netList, alpha=0.09, weights=NULL)
and
alpha.centrality(netList, alpha=0.09, weights=E(netList)$weight)
                             
Any idea what is going on?

The weight attribute ranges from 0.6 to 1.
The graph is completely connected though it is directed and some nodes only have incoming and others only outgoing edges.

Many Thanks,
Mike

reply via email to

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