Package org.deeplearning4j.graph.data
Interface EdgeLineProcessor<E>
-
- All Known Implementing Classes:
DelimitedEdgeLineProcessor
,WeightedEdgeLineProcessor
public interface EdgeLineProcessor<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Edge<E>
processLine(String line)
Process a line of text into an edge.
-