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.