Recent Changes for "Random Graph Generation" - Graph Exploration System (GUESS)http://guess.wikispot.org/Random_Graph_GenerationRecent Changes of the page "Random Graph Generation" on Graph Exploration System (GUESS).en-us Random Graph Generationhttp://guess.wikispot.org/Random_Graph_Generation2007-08-11 00:15:39EytanAdar <div id="content" class="wikipage content"> Differences for Random Graph Generation<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1: </td> <td> Line 1: </td> </tr> <tr> <td> </td> <td> <span>+ = Random Graph Generation =<br> + <br> + 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:<br> + <br> + * makeSimpleRandom(nodes,edges)<br> + * makeBarabasiAlbertRandom(vert,edges,evolve)<br> + * makeEppsteinRandom(nodes,edges,r)<br> + * makeErdosRenyiRandom(nodes,p)<br> + * makeLattice1DRandom(nodes,tor)<br> + * makeLattice2DRandom(nodes,tor)<br> + * makeKleinbergRandom(nodes,clust)<br> + <br> + [http://jung.sourceforge.net/doc/api/edu/uci/ics/jung/random/generators/GraphGenerator.html description forthcoming, but see the JUNG documentation for now]</span> </td> </tr> </table> </div>