You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/03/27 17:49:49 UTC

[GitHub] [spark] EshwarSR opened a new pull request #24230: [SPARK-27295][GraphX] Provision to provide the initial scores for source nodes while running Personalized Page Rank

EshwarSR opened a new pull request #24230: [SPARK-27295][GraphX] Provision to provide the initial scores for source nodes while running Personalized Page Rank
URL: https://github.com/apache/spark/pull/24230
 
 
   ## What changes were proposed in this pull request?
   
   The present implementation of parallel personalized page rank algorithm takes only node ids as the starting nodes for algorithm. And then it assigns initial value of 1.0 to all those source nodes.
   
   But the user might also be interested in specifying the initial values for each node.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org