I am trying to use the undirected and weighted RageRank algorithm, and I found the UndirectedSparseGraph.java and and UndirectedSparseMultigraph.java classes at JUNG. They both seem to server the purpose without modifications required, but I do not know which one to choose. So my question is
1: What is the difference between them, which one should I use?
2: My experiment data contains several millions "pages", what is the memory/speed performance of JUNG on large data set?
Thanks,