Welcome, Guest! Log In | Create Account

Warning: Can't synchronize with the repository (/nfs/sf-svn/j/ju/jung does not appear to be a Subversion repository.). Look in the Trac log for more information.

This page consists of links to descriptions of ways to accomplish various tasks within JUNG. If you have a question that isn't answered here (or in the documentation, or in the Developer's FAQ), feel free to add a question here, and we'll create an answer for it when we can.

Algorithms:

Most of the algorithms under AbstractRanker? (PageRank?, HITS, etc) automatically erase the UserData? that they generate when the algorithm object is finalized. To prevent this, remember to call

    setRemoveRankScoresOnFinalize(false);

for the algorithm objects.

Recipes

The best way to learn is from a collection of examples!
The JUNG cookbook

Tutorials

vman974 has contributed English and French tutorials for JUNG "newbies" (his word, not ours -- Joshua :) ). They can be found at
http://www.supinfo-projects.com/en/2006/jung%5F2006%5Fen/ (English)
http://www.supinfo-projects.com/fr/2006/jung%5F2006/ (French)
We haven't looked them over yet, so we don't yet know whether they contain any errors, but we appreciate the effort. Feel free to leave comments here if you use these tutorials and have feedback for them.