资 源 简 介
Detecting community structure by the "http://arxiv.org/abs/0710.3422".
In the "spaem.rar" file, it contains source code two major class: DensePPIDetector, DensePPIDetectorForWeightedNetwork,
example network "zachary.txt" and corresponding result file are also included in this .rar package.
Currently, the network should be in the Adjacent matrix format, see "zachary.txt" for details, users could also develop their own file format by adding new method to the "PPINetwork" class to load their data.
The results for each network contains 3 files with suffix ".csv,overlap.csv, p_m_i.csv"
The row format of ".csv" file format is:
NodeID,NodeLabel,[U_{1,i}],....,[U_{c,i}],CommunityMembership
the ".p_m_i.csv" file contains all the estimated parameters
$pi_r, eta{r,i}$.
the &quo