Uses of Interface
org.deeplearning4j.graph.api.IVertexSequence
-
Packages that use IVertexSequence Package Description org.deeplearning4j.graph org.deeplearning4j.graph.iterator -
-
Uses of IVertexSequence in org.deeplearning4j.graph
Classes in org.deeplearning4j.graph that implement IVertexSequence Modifier and Type Class Description class
VertexSequence<V>
-
Uses of IVertexSequence in org.deeplearning4j.graph.iterator
Methods in org.deeplearning4j.graph.iterator that return IVertexSequence Modifier and Type Method Description IVertexSequence<T>
GraphWalkIterator. next()
Get the next vertex sequence.IVertexSequence<V>
RandomWalkIterator. next()
IVertexSequence<V>
WeightedRandomWalkIterator. next()
-