Interface | Description |
---|---|
GraphWalkIteratorProvider<V> |
GraphWalkIteratorProvider: implementations of this interface provide a set of GraphWalkIterator objects.
|
Class | Description |
---|---|
RandomWalkGraphIteratorProvider<V> |
Random walk graph iterator provider: given a graph, split up the generation of random walks
for parallel learning.
|
WeightedRandomWalkGraphIteratorProvider<V> |
Weighted random walk graph iterator provider: given a weighted graph (of type
IGraph<?,? extends Number> ),
split up the generation of weighted random walks for parallel learning. |