java-graphs
java-graphs copied to clipboard
info
Could you provide graph similarity tutorial base one your code..............means how to work
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?