Package org.deeplearning4j.graph.data
Interface VertexLoader<V>
-
- All Known Implementing Classes:
DelimitedVertexLoader
public interface VertexLoader<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Vertex<V>>
loadVertices(String path)
-
-
-
Method Detail
-
loadVertices
List<Vertex<V>> loadVertices(String path) throws IOException
- Throws:
IOException
-
-