Package org.apache.spark.graphx.lib
package org.apache.spark.graphx.lib
Various analytics functions for graphs.
-
ClassDescriptionConnected components algorithm.Label Propagation algorithm.PageRank algorithm implementation.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.Strongly connected components algorithm implementation.Implementation of SVD++ algorithm.Configuration parameters for SVDPlusPlus.Compute the number of triangles passing through each vertex.