Package org.apache.spark.graphx.lib

Various analytics functions for graphs.

See:
          Description

Class Summary
ConnectedComponents Connected components algorithm.
LabelPropagation Label Propagation algorithm.
PageRank PageRank algorithm implementation.
ShortestPaths Computes shortest paths to the given set of landmark vertices, returning a graph where each vertex attribute is a map containing the shortest-path distance to each reachable landmark.
StronglyConnectedComponents Strongly connected components algorithm implementation.
SVDPlusPlus Implementation of SVD++ algorithm.
SVDPlusPlus.Conf Configuration parameters for SVDPlusPlus.
TriangleCount Compute the number of triangles passing through each vertex.
 

Package org.apache.spark.graphx.lib Description

Various analytics functions for graphs.