Package | Description |
---|---|
org.deeplearning4j.graph.iterator.parallel | |
org.deeplearning4j.graph.models.deepwalk |
Modifier and Type | Class and Description |
---|---|
class |
RandomWalkGraphIteratorProvider<V>
Random walk graph iterator provider: given a graph, split up the generation of random walks
for parallel learning.
|
class |
WeightedRandomWalkGraphIteratorProvider<V>
Weighted random walk graph iterator provider: given a weighted graph (of type {@code IGraph
|
Modifier and Type | Method and Description |
---|---|
void |
DeepWalk.fit(GraphWalkIteratorProvider<V> iteratorProvider)
Fit the model, in parallel, using a given GraphWalkIteratorProvider.
|
Copyright © 2020. All rights reserved.