Eshwar S R created SPARK-27295:
----------------------------------

             Summary: Provision to provide initial values for each source node 
in personalised page rank - Graphx
                 Key: SPARK-27295
                 URL: https://issues.apache.org/jira/browse/SPARK-27295
             Project: Spark
          Issue Type: Improvement
          Components: GraphX
    Affects Versions: 2.4.0
            Reporter: Eshwar S R


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. 

I have done the required very small modification to the existing code to 
achieve this. I thought it might help lot more people if I share it here, hence 
raising a PR for the same.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to