GraphJet icon indicating copy to clipboard operation
GraphJet copied to clipboard

Implement PageRank

Open lintool opened this issue 8 years ago • 0 comments

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.

lintool avatar Sep 21 '16 01:09 lintool