-
- Downloads
initial version of LPA
A straightforward implementation of LPA algorithm for detecting graph communities using the Pregel framework. Amongst the growing literature on community detection algorithms in networks, LPA is perhaps the most elementary, and despite its flaws it remains a nice and simple approach. Author: Ankur Dave <ankurdave@gmail.com> Author: haroldsultan <haroldsultan@gmail.com> Author: Harold Sultan <haroldsultan@gmail.com> Closes #905 from haroldsultan/master and squashes the following commits: 327aee0 [haroldsultan] Merge pull request #2 from ankurdave/label-propagation 227a4d0 [Ankur Dave] Untabify 0ac574c [haroldsultan] Merge pull request #1 from ankurdave/label-propagation 0e24303 [Ankur Dave] Add LabelPropagationSuite 84aa061 [Ankur Dave] LabelPropagation: Fix compile errors and style; rename from LPA 9830342 [Harold Sultan] initial version of LPA
Showing
- graphx/src/main/scala/org/apache/spark/graphx/lib/LabelPropagation.scala 66 additions, 0 deletions.../scala/org/apache/spark/graphx/lib/LabelPropagation.scala
- graphx/src/test/scala/org/apache/spark/graphx/lib/LabelPropagationSuite.scala 45 additions, 0 deletions...a/org/apache/spark/graphx/lib/LabelPropagationSuite.scala
Please register or sign in to comment