Guest User

Untitled

a guest
Jan 18th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. [43116, 43116, 43116, 43116, 43116, 43116]
  2. [61412, 61416, 4948, 61417, 61419, 61420]
  3. ...
  4.  
  5. CALL algo.randomWalk.stream(null, 5, 20, { nodeQuery: "MATCH (a:Asset) RETURN id(a) as id", relationshipQuery: "MATCH (a1:Asset)<-[:PATIENT]-(e1:EVENT)-[:NEXT]->(e2:EVENT)-[:PATIENT]-(a2:Asset) RETURN id(a1) as source, id(a2) as target", graph: "cypher" })
  6. YIELD nodeIds
Add Comment
Please, Sign In to add comment