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.

Subgraph similarity (for an exam)

Hi guys, I have some problems with subgraphs...
I have this db:
2X_0_0258f2bdeba0fdc52cde7c8b0d5f7960428a5649.png

I want to check the similarity of a specify person p1 with all the person that he follows, ex:

MATCH (p:Person {name: "Matteo Bardi"})
CALL apoc.path.subgraphNodes(p, {
relationshipFilter: "FOLLOWS>",
minLevel: 0,
maxLevel: 1
})
YIELD node
RETURN node

the image is this one:

How can I use Node Similarity in this subgraph??

0 REPLIES 0