GraphJet
GraphJet copied to clipboard
Implement PageRank
Now that we have a directed graph implementation, would be nice to have a PageRank implementation. We could crib the implementation from Cassovary here:
https://github.com/twitter/cassovary/blob/master/cassovary-core/src/main/scala/com/twitter/cassovary/algorithms/linkanalysis/PageRank.scala
In general, would be nice to have GraphJet implement the same set of algorithms as Cassovary.