Re: GraphX / PageRank with edge weights

2014-11-18 Thread Ankur Dave
At 2014-11-13 21:28:52 +, "Ommen, Jurgen" wrote: > I'm using GraphX and playing around with its PageRank algorithm. However, I > can't see from the documentation how to use edge weight when running PageRank. > Is this possible to consider edge weights and how would I do it? There's no built-

GraphX / PageRank with edge weights

2014-11-13 Thread Ommen, Jurgen
Hi, I'm using GraphX and playing around with its PageRank algorithm. However, I can't see from the documentation how to use edge weight when running PageRank. Is this possible to consider edge weights and how would I do it? Thank you very much for your help and my best regards, Jürgen

[graphx] PageRank with Edge weights

2014-06-07 Thread Lee Becker
Hello, I have been playing around with GraphX and its PageRank capabilities. Something I'm not seeing in the documentation is how to initialize PageRank using edge weights. Is this even possible, or would I need to reimplement the PageRank algorithm so that it can use an Edge property as part of