You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Lee Becker <le...@hapara.com> on 2014/06/07 18:14:08 UTC

[graphx] PageRank with Edge weights

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 its calculations?

Thanks,
Lee