Package | Description |
---|---|
org.deeplearning4j.graph.graph | |
org.deeplearning4j.graph.iterator |
Modifier and Type | Class and Description |
---|---|
class |
VertexSequence<V>
A vertex sequence represents a sequences of vertices in a graph
|
Modifier and Type | Method and Description |
---|---|
IVertexSequence<T> |
GraphWalkIterator.next()
Get the next vertex sequence.
|
IVertexSequence<V> |
RandomWalkIterator.next() |
IVertexSequence<V> |
WeightedRandomWalkIterator.next() |
Copyright © 2020. All rights reserved.