Created
April 21, 2017 10:57
-
-
Save mizvol/ea910d83acb6d98e53d2a11cc1d0c90c to your computer and use it in GitHub Desktop.
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
degreesCount = g.degrees.count() | |
pr = g.pageRank(resetProbability = 0.15, tol=0.01) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment