Uses of Class
org.deeplearning4j.graph.exception.NoEdgesException
-
Packages that use NoEdgesException Package Description org.deeplearning4j.graph org.deeplearning4j.graph.api -
-
Uses of NoEdgesException in org.deeplearning4j.graph
Methods in org.deeplearning4j.graph that throw NoEdgesException Modifier and Type Method Description Vertex<V>
Graph. getRandomConnectedVertex(int vertex, Random rng)
-
Uses of NoEdgesException in org.deeplearning4j.graph.api
Methods in org.deeplearning4j.graph.api that throw NoEdgesException Modifier and Type Method Description Vertex<V>
IGraph. getRandomConnectedVertex(int vertex, Random rng)
Randomly sample a vertex connected to a given vertex.
-