Scilab Function
Last update : 5/9/2006

scidecom - calculate the community structure of the network

Calling Sequence

[c,d,q,w] = scidecom(a,b)

Parameters

Description

In order to analyze the community structure - groups of vertices within which connections are dense but between which they are sparser, Aaron Clauset, M.E.J. Newman and Cristopher Moore present a hierarchical agglomeration algorithm for detecting the community structure. scidecom is only an interface function which calls the program 'fastcommunity_mh' (under GPL) and covert the result into matrix variables.

Examples

   Add here scilab instructions and comments
  

See Also

ba ,  

Authors

Wubo