Skip to content

Instantly share code, notes, and snippets.

@bveliqi
Created October 29, 2017 23:03
Show Gist options
  • Save bveliqi/4c43d7f07bfc76dfebae26a9576f36ec to your computer and use it in GitHub Desktop.
Save bveliqi/4c43d7f07bfc76dfebae26a9576f36ec to your computer and use it in GitHub Desktop.
val results = graph.pageRank
.resetProbability(0.01)
.maxIter(100)
.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment