Skip to content

Instantly share code, notes, and snippets.

@vladbatushkov
Created May 10, 2019 15:33
Show Gist options
  • Save vladbatushkov/fc52f4dd555568aa6b1d4925b2ffa071 to your computer and use it in GitHub Desktop.
Save vladbatushkov/fc52f4dd555568aa6b1d4925b2ffa071 to your computer and use it in GitHub Desktop.
PageRank to Cayman Airlines.
CALL algo.pageRank.stream('Airport', 'TO', { iterations:20, dampingFactor:0.85 })
YIELD nodeId, score
RETURN algo.asNode(nodeId).IATA as IATA, score
ORDER BY score DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment