Re: Shortest path with directed and weighted graphs

2016-10-24 Thread Michael Malak
ubject: Shortest path with directed and weighted graphs I have been looking at the ShortestPaths function inbuilt with SparkĀ here. Am I correct in saying there is no support for weighted graphs with this function? By that I mean that it assumes all edges carry a weight = 1 Many thanks BrianĀ 

Shortest path with directed and weighted graphs

2016-10-24 Thread Brian Wilson
I have been looking at the ShortestPaths function inbuilt with Spark here . Am I correct in saying there is no support for weighted graphs with this function? By that I mean that