java-graphs icon indicating copy to clipboard operation
java-graphs copied to clipboard

info

Open taniakhan18 opened this issue 7 years ago • 1 comments

Could you provide graph similarity tutorial base one your code..............means how to work

taniakhan18 avatar Feb 09 '18 11:02 taniakhan18

Hi @taniakhan18 The graph similarity is defined according to your domain. Look this example: https://github.com/tdebatty/java-graphs/blob/master/src/main/java/info/debatty/java/graphs/examples/SearchExample.java

Its uses JaroWinkler similarity, since the nodes are strings. Was it helpful?

silviodc avatar Feb 09 '18 14:02 silviodc