graph-edit-distance-python
graph-edit-distance-python copied to clipboard
About Input
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
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