cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

How weighted Node Similarity scores are calculated?

Hi guys,

I just wanna know how Weighted Jaccard Similarity calculate the scores. The documentation is not so clear to me.

For example I have graph as followed:


Both scores are 0.11111

what is the formula for calculating the weighted similarity score?

Thanks!

1 ACCEPTED SOLUTION

Node Similarity is calculated based Jaccard Similarity (common neighbor nodes), and weighted node similarity uses weighted Jaccard:
2X_8_85f2f2a5eb667a66f336f540b8f6318ae55409eb.png

View solution in original post

2 REPLIES 2

Node Similarity is calculated based Jaccard Similarity (common neighbor nodes), and weighted node similarity uses weighted Jaccard:
2X_8_85f2f2a5eb667a66f336f540b8f6318ae55409eb.png

Thanks Alicia, that is very helpful.