| Package | Description |
|---|---|
| org.deeplearning4j.graph.graph |
| Modifier and Type | Class and Description |
|---|---|
class |
Graph<V,E>
Graph, where all edges and vertices are stored in-memory.
Internally, this is a directed graph with adjacency list representation; however, if undirected edges are added, these edges are duplicated internally to allow for fast lookup. Depending on the value of allowMultipleEdges, this graph implementation may or may not allow
multiple edges between any two adjacent nodes. |
Copyright © 2016. All Rights Reserved.