org.apache.spark.graphx

lib

package lib

Various analytics functions for graphs.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. lib
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. object ConnectedComponents

    Connected components algorithm.

  2. object LabelPropagation

    Label Propagation algorithm.

  3. object PageRank extends Logging

    PageRank algorithm implementation.

  4. object SVDPlusPlus

    Implementation of SVD++ algorithm.

  5. object 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.

  6. object StronglyConnectedComponents

    Strongly connected components algorithm implementation.

  7. object TriangleCount

    Compute the number of triangles passing through each vertex.

Inherited from AnyRef

Inherited from Any

Ungrouped