We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41b9c6 commit 7a0da47Copy full SHA for 7a0da47
graphx/src/main/scala/org/apache/spark/graphx/lib/PageRank.scala
@@ -25,8 +25,8 @@ import org.apache.spark.graphx._
25
/**
26
* PageRank algorithm implementation. There are two implementations of PageRank implemented.
27
*
28
- * The first implementation uses the standalone [[Graph]] interface and runs PageRank for a fixed number
29
- * of iterations:
+ * The first implementation uses the standalone [[Graph]] interface and runs PageRank
+ * for a fixed number of iterations:
30
* {{{
31
* var PR = Array.fill(n)( 1.0 )
32
* val oldPR = Array.fill(n)( 1.0 )
0 commit comments