graph-edit-distance-python icon indicating copy to clipboard operation
graph-edit-distance-python copied to clipboard

About Input

Open rajnraj100 opened this issue 5 years ago • 1 comments

Please suggest me how can I input a graph. Should I use image file or should a graph be drawn in a platform based on java/ latex/ xml/html and we should take the decoded written form of it? PLEASE SUGGEST

rajnraj100 avatar Dec 12 '20 21:12 rajnraj100

my_graph = networkx.read_gexf(file_path) to read data from a .gexf file, or just my_graph = networkx.Graph() to create one. For more details see networkx.org

NEUAlbertTan avatar Jun 17 '21 07:06 NEUAlbertTan