| Package | Description |
|---|---|
| org.deeplearning4j.graph.iterator | |
| org.deeplearning4j.graph.iterator.parallel | |
| org.deeplearning4j.graph.models.deepwalk |
| Modifier and Type | Class and Description |
|---|---|
class |
RandomWalkIterator<V>
Given a graph, iterate through random walks on that graph of a specified length.
|
class |
WeightedRandomWalkIterator<V>
Given a graph, iterate through random walks on that graph of a specified length.
|
| Modifier and Type | Method and Description |
|---|---|
List<GraphWalkIterator<V>> |
WeightedRandomWalkGraphIteratorProvider.getGraphWalkIterators(int numIterators) |
List<GraphWalkIterator<V>> |
GraphWalkIteratorProvider.getGraphWalkIterators(int numIterators)
Get a list of GraphWalkIterators.
|
List<GraphWalkIterator<V>> |
RandomWalkGraphIteratorProvider.getGraphWalkIterators(int numIterators) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeepWalk.fit(GraphWalkIterator<V> iterator)
Fit the DeepWalk model using a single thread using a given GraphWalkIterator.
|
Copyright © 2016. All Rights Reserved.