Uses of Interface
org.deeplearning4j.graph.vertexfactory.VertexFactory
-
Packages that use VertexFactory Package Description org.deeplearning4j.graph org.deeplearning4j.graph.data org.deeplearning4j.graph.vertexfactory -
-
Uses of VertexFactory in org.deeplearning4j.graph
Constructors in org.deeplearning4j.graph with parameters of type VertexFactory Constructor Description Graph(int numVertices, boolean allowMultipleEdges, VertexFactory<V> vertexFactory)
Graph(int numVertices, VertexFactory<V> vertexFactory)
-
Uses of VertexFactory in org.deeplearning4j.graph.data
Methods in org.deeplearning4j.graph.data with parameters of type VertexFactory Modifier and Type Method 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. -
Uses of VertexFactory in org.deeplearning4j.graph.vertexfactory
Classes in org.deeplearning4j.graph.vertexfactory that implement VertexFactory Modifier and Type Class Description class
IntegerVertexFactory
class
StringVertexFactory
class
VoidVertexFactory
-