How to find similarity between two graphs in Neo4j?

A new graph algorithm was released yesterday that might help you with your usecase:

The Node Similarity algorithm compares a set of nodes based on the nodes they are connected to. Two nodes are considered similar if they share many of the same neighbors. Node Similarity computes pair-wise similarities based on the Jaccard metric.

2 Likes