Contents<< Prev | Next >> 
kclique
- algorithm as defined in the paper

Description
"Uncovering the overlapping community structure of complex networks in 
nature and society" 
 
Example
 in the paper 
M = [1 1 0 0 0 0 0 0 0 1; 
    1 1 1 1 1 1 1 0 0 1; 
    0 1 1 1 0 0 1 0 0 0; 
    0 1 1 1 1 1 1 0 0 0; 
    0 1 0 1 1 1 1 1 0 0; 
    0 1 0 1 1 1 1 1 0 0; 
    0 1 1 1 1 1 1 1 1 1; 
    0 0 0 0 1 1 1 1 1 1; 
    0 0 0 0 0 0 1 1 1 1; 
    1 1 0 0 0 0 1 1 1 1]; 
 
Systems Biology and Evolution Toolbox (SBEToolbox). 
Authors: James Cai, Kranti Konganti. 
(C) Texas A&M University. 
 
$LastChangedDate: 2012-05-29 22:49:45 -0500 (Tue, 29 May 2012) $ 
$LastChangedRevision: 80 $ 
$LastChangedBy: konganti $ 
 

 Previous: issymmetricNext: kcore