Uses of Interface
org.deeplearning4j.graph.data.VertexLoader
-
Packages that use VertexLoader Package Description org.deeplearning4j.graph.data org.deeplearning4j.graph.data.impl -
-
Uses of VertexLoader in org.deeplearning4j.graph.data
Methods in org.deeplearning4j.graph.data with parameters of type VertexLoader Modifier and Type Method Description static <V,E>
Graph<V,E>GraphLoader. loadGraph(String vertexFilePath, String edgeFilePath, VertexLoader<V> vertexLoader, EdgeLineProcessor<E> edgeLineProcessor, boolean allowMultipleEdges)
Load graph, assuming vertices are in one file and edges are in another file. -
Uses of VertexLoader in org.deeplearning4j.graph.data.impl
Classes in org.deeplearning4j.graph.data.impl that implement VertexLoader Modifier and Type Class Description class
DelimitedVertexLoader
Load vertex information, one per line of form "0Some text attribute/label"
-