Created
May 10, 2019 15:33
-
-
Save vladbatushkov/fc52f4dd555568aa6b1d4925b2ffa071 to your computer and use it in GitHub Desktop.
PageRank to Cayman Airlines.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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