Skip to content

Instantly share code, notes, and snippets.

@treper
Created July 31, 2013 08:20
Show Gist options
  • Save treper/6120287 to your computer and use it in GitHub Desktop.
Save treper/6120287 to your computer and use it in GitHub Desktop.
label propagation using graphx
val g = GraphLoader.textFile(sc, fname, a => 1.0F).withPartitioner(numVPart, numEPart).cache()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment