Recent Changes for "Extra Code" - Graph Exploration System (GUESS)http://guess.wikispot.org/Extra_CodeRecent Changes of the page "Extra Code" on Graph Exploration System (GUESS).en-us Extra Codehttp://guess.wikispot.org/Extra_Code2007-08-14 00:21:50-ben- <div id="content" class="wikipage content"> Differences for Extra Code<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 2: </td> <td> Line 2: </td> </tr> <tr> <td> <span>- ["Compiling GUESS Yourself"]</span> </td> <td> <span>+ ==Compiling GUESS==<br> + ["Compiling GUESS Yourself"]<br> + <br> + ==Newman's fast clustering algorithm==<br> + [[File(newmanCluster.py)]]<br> + See Newman, MEJ (2004) Fast algorithm for detecting community structure in networks. Phys. Rev. E 69, 066133. doi:10.1103/PhysRevE.69.066133<br> + {{{Example usage:<br> + #get cluster support matrix (dendrogram) using default edge weight field name ("weight"),<br> + # for all numbers of clusters down to 2<br> + # this is relatively slow, but only needs to be done once<br> + supp=newmanCluster()<br> + #cut that dendrogram at the level that gives us 10 clusters<br> + # this is fast, so you can explore different numbers of clusters quickly<br> + cl=cutree(supp,10)<br> + for z in cl:<br> + z.color=randomColor() #colour the clusters<br> + }}}</span> </td> </tr> </table> </div> Extra Codehttp://guess.wikispot.org/Extra_Code2007-08-14 00:19:04-ben-Upload of file <a href="http://guess.wikispot.org/Extra_Code?action=Files&do=view&target=newmanCluster.py">newmanCluster.py</a>.Extra Codehttp://guess.wikispot.org/Extra_Code2007-08-11 01:02:55EytanAdar <div id="content" class="wikipage content"> Differences for Extra Code<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>+ = Extra Code =</span> </td> </tr> </table> </div> Extra Codehttp://guess.wikispot.org/Extra_Code2007-08-11 01:02:43EytanAdar <div id="content" class="wikipage content"> Differences for Extra Code<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>+ ["Compiling GUESS Yourself"]</span> </td> </tr> </table> </div>