Package | Description |
---|---|
org.deeplearning4j.graph.api | |
org.deeplearning4j.graph.data | |
org.deeplearning4j.graph.data.impl | |
org.deeplearning4j.graph.graph |
Modifier and Type | Method and Description |
---|---|
List<Edge<E>> |
IGraph.getEdgesOut(int vertex)
Returns a list of edges for a vertex with a given index
For undirected graphs, returns all edges incident on the vertex
For directed graphs, only returns outward directed edges
|
Modifier and Type | Method and Description |
---|---|
void |
IGraph.addEdge(Edge<E> edge)
Add an edge to the graph.
|
Modifier and Type | Method and Description |
---|---|
Edge<E> |
EdgeLineProcessor.processLine(String line)
Process a line of text into an edge.
|
Modifier and Type | Method and Description |
---|---|
Edge<String> |
DelimitedEdgeLineProcessor.processLine(String line) |
Edge<Double> |
WeightedEdgeLineProcessor.processLine(String line) |
Modifier and Type | Method and Description |
---|---|
List<Edge<E>> |
Graph.getEdgesOut(int vertex) |
Modifier and Type | Method and Description |
---|---|
void |
Graph.addEdge(Edge<E> edge) |
Copyright © 2020. All rights reserved.