Packages

package rw

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait RandomWalkBase extends Serializable with Logging with WithIntermediateStorageLevel

    Base trait for implementing random walk algorithms on graph data.

    Base trait for implementing random walk algorithms on graph data. Provides common functionality for generating random walks across a graph structure.

  2. class RandomWalkWithRestart extends RandomWalkBase

    An implementation of random walk with restart.

    An implementation of random walk with restart. At each step of the walk, there is a probability (defined by restartProbability) to reset the walk to the original starting node, otherwise the walk continues to a random neighbor.

Value Members

  1. object RandomWalkBase extends Serializable

Ungrouped