一.社区的定义 Newman第一次提出模块度定义就是在2004年发表的这篇文章“fast algorithm for community structure in networks”,第一次用量化的公式来确定社区划分. 首先,我们来看Newman如何定义社区的:the vertices in networks are often found to cluster into tightly knit groups with a high density of within-group edges
Louvain Modularity Fast unfolding of communities in large networks https://arxiv.org/pdf/0803.0476.pdf [一些算法的思路 都很简单 :但是数学翻译是严谨的] [0-全局模块度,原始模块度,全局目标函数1-阶段临时新网络的模块度] The problem of community detection requires the partition of a network intocommuniti
转载请注明出处:http://www.cnblogs.com/bethansy/p/6890972.html 一.已知真实社区划分结果 1.NMI指数,互信息和标准化互信息 具体公式和matlab代码参见博客,Python代码参加,C++代码参见 function MIhat = nmi( A, B ) %NMI Normalized mutual information % http://en.wikipedia.org/wiki/Mutual_information % http://nlp