| Interface | Description |
|---|---|
| GraphWalkIterator<T> |
Interface/iterator representing a sequence of walks on a graph
For example, a
GraphWalkIterator<T> can represesnt a set of independent random walks on a graph |
| Class | Description |
|---|---|
| RandomWalkIterator<V> |
Given a graph, iterate through random walks on that graph of a specified length.
|
| WeightedRandomWalkIterator<V> |
Given a graph, iterate through random walks on that graph of a specified length.
|
Copyright © 2016. All Rights Reserved.