Re: [jgrapht-users] About the similarity of the 2 graphs
Brought to you by:
barak_naveh,
perfecthash
From: Ícaro C. D. <ic...@gm...> - 2016-01-26 11:11:45
|
There are different ways of measuring similarity between graphs. There is not consensus, after all. Besides, this is NP-complete, unless your graphs follow some restrictions which could lead the cost to P, for example. I suggest you check a few recent articles about graph similarity so you will know if approximations suffice your needs. 2016-01-24 23:16 GMT-02:00 Viacheslav Kovalevskyi <via...@b0...>: > Hi there, > > I was trying to measure the similarity of the 2 graphs. Graphs are > non-direct, with weighted edges. Ideally I need the measure the similarity > of the graphs with the different algorithms, however if I can find > implementation of at least one of them, it would solve at least part of the > problem. > > At the moment it does not seems from the mail list and the docs that the > JGraphT supports this functionality (am i wrong?)? At the moment I'm > implementing one of the algorithms from scratch on my own. But it would be > awesome if my assumptions are incorrect and the JGraphT is actually > supports what I need =) > > Thank you in advance on any help about the topic. > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > jgrapht-users mailing list > jgr...@li... > https://lists.sourceforge.net/lists/listinfo/jgrapht-users > > |