搜索资源列表
Community_BGLL_CPP
- 社区发现经典算法BGLL算法的c++实现,能够根据不同节点之间的联系来实现社区的划分。-classical community detection algorithm BGLL, c++ implementation.
Community_BGLL_CPP
- 复杂网络中社团划分的BGLL算法,算法在ubantu下的环境运行,对于学习复杂网络社团研究的同学有一定帮助-The complex network of community of the classification of the BGLL algorithm, the algorithm of the environment in ubantu operation, to learn the complex network of re
pylouvain-master
- louvain算法的python实现,也叫BGLL算法(Python implementation of Louvain algorithm)
LouvainAlgorithm
- 为了降低算法的时间复杂度,Vincent Blondel等人提出了另一种层次性贪心算法(BGLL算法)。该算法包括两个阶段,这两个阶段重复迭代运行,直到网络社区划分的模块度不再增长。第一阶段合并社区,算法将每个节点当作一个社区,基于模块度增量最大化标准决定哪些邻居社区应该被合并。经过一轮扫描后开始第二阶段,算法将第一阶段发现的所有的社区重新看作节点,构建新的网络,在新的网络上迭代的进行第一阶段。当模块度不再增长时,得到网络的社区近似最优
BGLL
- BGLL算法,用于计算网络模块度,和模块划分(BGLL algorithm for calculating network module degree, and module division)
BGLL
- 社团检测的经典算法,对于初学者非常有帮助,Louvain发表在2008年的(community detection algorithm in complex networks)