package rw
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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.
- 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
- object RandomWalkBase extends Serializable