Package org.deeplearning4j.graph.api
Class BaseGraph<V,E>
- java.lang.Object
-
- org.deeplearning4j.graph.api.BaseGraph<V,E>
-
-
Constructor Summary
Constructors Constructor Description BaseGraph()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEdge(int from, int to, E value, boolean directed)
Convenience method for adding an edge (directed or undirected) to graph-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.deeplearning4j.graph.api.IGraph
addEdge, getConnectedVertexIndices, getConnectedVertices, getEdgesOut, getRandomConnectedVertex, getVertex, getVertexDegree, getVertices, getVertices, numVertices
-
-