Package | Description |
---|---|
org.deeplearning4j.graph.data | |
org.deeplearning4j.graph.graph | |
org.deeplearning4j.graph.vertexfactory |
Modifier and Type | Method and Description |
---|---|
static <V,E> Graph<V,E> |
GraphLoader.loadGraph(String path,
EdgeLineProcessor<E> lineProcessor,
VertexFactory<V> vertexFactory,
int numVertices,
boolean allowMultipleEdges)
Load a graph into memory, using a given EdgeLineProcessor.
|
Constructor and Description |
---|
Graph(int numVertices,
boolean allowMultipleEdges,
VertexFactory<V> vertexFactory) |
Graph(int numVertices,
VertexFactory<V> vertexFactory) |
Modifier and Type | Class and Description |
---|---|
class |
IntegerVertexFactory |
class |
StringVertexFactory |
class |
VoidVertexFactory |
Copyright © 2020. All rights reserved.