-
- Downloads
Add landmark-based Shortest Path algorithm to graphx.lib
This is a modified version of apache/spark#10. Author: Ankur Dave <ankurdave@gmail.com> Author: Andres Perez <andres@tresata.com> Closes #933 from ankurdave/shortestpaths and squashes the following commits: 03a103c [Ankur Dave] Style fixes 7a1ff48 [Ankur Dave] Improve ShortestPaths documentation d75c8fc [Ankur Dave] Remove unnecessary VD type param, and pass through ED d983fb4 [Ankur Dave] Fix style errors 60ed8e6 [Andres Perez] Add Shortest-path computations to graphx.lib with unit tests.
Showing
- graphx/src/main/scala/org/apache/spark/graphx/lib/ShortestPaths.scala 71 additions, 0 deletions...ain/scala/org/apache/spark/graphx/lib/ShortestPaths.scala
- graphx/src/test/scala/org/apache/spark/graphx/lib/ShortestPathsSuite.scala 49 additions, 0 deletions...cala/org/apache/spark/graphx/lib/ShortestPathsSuite.scala
Please register or sign in to comment