0

I am just trying to implement page rank for my small network and i gone though some answers from these questions.

http://stackoverflow.com/questions/2353898/pagerank-implementation-in-java
http://stackoverflow.com/questions/4784530/pagerank-implementation-in-java

JUNG is an web-graph library that implements pagerank . But i haven't seen any example how to compute the graph . can any one please explain it with an example.

Ramesh
  • 2,295
  • 5
  • 35
  • 64
  • Have you checked this [one](http://stackoverflow.com/questions/9757262/how-to-use-pagerank-algorithm-in-jung)? – ecle Mar 29 '12 at 13:25