Re: RWR on Giraph

2012-05-17 Thread Gianmarco De Francisci Morales
Great! Created GIRAPH-191 Cheers, -- Gianmarco On Thu, May 17, 2012 at 11:02 PM, Sebastian Schelter wrote: > Hi, > > you are completely right. I also started implementing RWR today > coincidently, could you file a JIRA ticket for RWR? I would attach my > work done so far and we could work a

Re: RWR on Giraph

2012-05-17 Thread Sebastian Schelter
Hi, you are completely right. I also started implementing RWR today coincidently, could you file a JIRA ticket for RWR? I would attach my work done so far and we could work a little on the code. I think that a lot of things need improvement in the PageRank/RWR implementation, e.g. stuff like the

RWR on Giraph

2012-05-17 Thread Gianmarco De Francisci Morales
Hi Giraphers, I am implementing a Random Walk with Restart on Giraph. As far as I have understood, the only thing needed would be to modify PageRank in order to take into account the preference vector. This means all random jumps get back to the source of the RWR. In practice, in org/apache/giraph