I am looking for a java implementation of the pagerank algorithm.

link|improve this question
7  
Get a job at Google, check out the source code and port it to Java. – Asaph Mar 1 '10 at 4:42
feedback

3 Answers

Well you've tagged this question with JUNG which includes an implementation of the PageRank algorithm. Here's a link to the Javadoc for it if you haven't seen it. You can get the source for JUNG easily.

You could also take a look at the WebLA project on sourceforge. The have a Java implementation of PageRank.

link|improve this answer
feedback

Solr

link|improve this answer
feedback

Nutch LinkRank

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.