graphsim
graphsim copied to clipboard
Graph similarity algorithms based on NetworkX.
There are other repos that attemps something similar in https://github.com/hhchen1105/networkx_addon Some other algorithm good to note: - LHN https://github.com/hhchen1105/networkx_addon/blob/master/similarity/lhn.py - RSS2 https://github.com/hhchen1105/networkx_addon/blob/master/similarity/rss2.py
Hi Chen, thanks for GraphSim! I used SimRank successfully on provided examples from the paper (university web graph, a bipartie graph of cake-bakers). However, when I try to run in...
Hi, it would be awesome to have this package available as a conda package. Conda can distribute binaries, and that would ease the installation a lot!