Re: [sage-devel] Google PageRank and related methods for Graphs in Sage

2012-02-25 Thread Jorge Catumba Ruiz
I've checked the NetworkX library and I found that PageRank is already programmed. So I will program the other methods since these aren't very popular, but are important. > > Thanks. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an e

Re: [sage-devel] Google PageRank and related methods for Graphs in Sage

2012-02-25 Thread Jorge Catumba Ruiz
Thanks William, I will check that. My principal interest is in the other three methods since that are important in the study of Complex Networks. We use the PageRank in order to make a comparison with the other methods. Greetings -- To post to this group, send an email to sage-devel@googlegroup

Re: [sage-devel] Google PageRank and related methods for Graphs in Sage

2012-02-25 Thread William Stein
On Sat, Feb 25, 2012 at 3:14 PM, Jorge Catumba Ruiz wrote: > Hi, > > I'm considering to implement the Google PageRank and related methods for > Graphs in Sage. Those methods are "MICMAC" method of Michael Godet, "PWP" > method of Rafael Díaz and "Heat Kernel" method of Fang Chung. What do you > th