f422661 opened a new pull request #24612: [SPARK-27718][Examples] fixed the 
error of pagerank
URL: https://github.com/apache/spark/pull/24612
 
 
   ## What changes were proposed in this pull request?
   
   Change the pagerank formulation from "rank * 0.85 +  0.15" to 
   rank * 0.85 + (1 / number of vals) * 0.15)
   
   ## How was this patch tested?
   manual tests

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to