Random Graph Generation
If you would like to have GUESS generate a random graph for you there are a number of existing options available in JUNG and exposed through GUESS. To use these you may want to start with an empty database and use one of the following:
-
makeSimpleRandom(nodes,edges)
-
makeBarabasiAlbertRandom(vert,edges,evolve)
-
makeEppsteinRandom(nodes,edges,r)
-
makeErdosRenyiRandom(nodes,p)
-
makeLattice1DRandom(nodes,tor)
-
makeLattice2DRandom(nodes,tor)
-
makeKleinbergRandom(nodes,clust)
description forthcoming, but see the JUNG documentation for now


