Java graph library for comparing 2 graphs
Posted
by user311909
on Stack Overflow
See other posts from Stack Overflow
or by user311909
Published on 2010-04-08T13:17:02Z
Indexed on
2010/05/01
3:07 UTC
Read the original article
Hit count: 327
Hello, Does anyone know a good java library for graph comparing by searching maximal common subgraph isomorphism to get information about their similarity? I do not want to compare graphs based on node labels. Or is there any other way how to topologicaly compare graphs with good java library? Now I am using library SimPack and it is usefull but I need something more. Any suggestions will be very helpful.
Thanks in advance
© Stack Overflow or respective owner