人工网络生成程序,可在CSDN上免费下载
或者科学网这边也可以下载
参数
• n: number of vertices;
• k: average degree;
• maxk: maximum degree;
• mu: mixing parameter (the higher the mixing parameter of a network is, the more difficult it is to reveal the community
structure);
• minc: minimum for the community sizes;
• maxc: maximum for the community sizes.
mu值越大,社区结构越难发现
下面是可执行程序的操作流程
非重叠社区的参数主要由