搜索资源列表
Fast GN
- Fast Community Detection algorithm 是美国Michigan大学Newman教授所创,是复杂网络中社区发现的经典算法
Fast-Newman
- Fast Newman算法实现社团发现,算法论文、源码和数据俱全。-Fast Newman to detect community structure
GN
- Girvan和Newman提出的GN算法,从网上搜索得到!-GN algorithm proposed by Girvan and Newman, and it was got from internet!
newman
- 复杂网络 newman算法实现Zachary网络划分,包涵两个文件。Newman_Zachary是算法,Zachary-E是实验数据。-Complex networks newman algorithm Zachary network division, bear with two files. Newman_Zachary the algorithm, Zachary-E is the experimental data.
GN
- GN算法,用于社团发现的 Girvan-Newman算法,源码,能够较快的时间社团发现。-GN algorithm, for the associations found Girvan-Newman algorithm, source code, can be a faster time associations found.
kjahan-community-6a3eafe.tar
- Market Newman写的复杂网络的加权GN算法 算法用Python写的 算法的复杂度很高-Market Newman write a complex network with weighted GN algorithm algorithm written in Python complexity of the algorithm is very high
FastCommunity_GPL_v1.0.3
- Newman快速算法, 适用于大规模网络的社团结构划分的方法。 其思想是自底向上,每次合并使模块度增大最大的节点。是一种贪婪算法-Newman fast algorithm, suitable for large-scale network of community structure division method. The idea is from the bottom up, so that each merge module to increase the maximum degree
FastCommunity_GPL_v1.0.3
- 机会网络中的社团划分算法,newman的贪婪算法的C++实现,在linux系统下运行。-Community the opportunity to network partitioning algorithm, newman greedy algorithm implemented in C++, runs under linux system.
newman社区聚类
- Fast Newman算法实现社团发现,主要用于复杂网络的社团发现
Fast-Newman-
- 添加检测模块密度 FastNewman 算法-FastNewman code with testing of D
fast-newman
- fastnewman算法是一种社团划分的经典的算法,源代码的学习可以方便更好的理解该算法-fast newman algorithm is a good algorithm
Newman
- 数据挖掘 社团挖掘 NewMan算法 参考文献:M. E. J. Newman,Fast algorithm for detecting community structure in networks -data Mining, Newman
NF
- 用matlab编写的快速纽曼算法,用于社团检测,对于不太复杂的网络分类效果很好-Prepared using matlab Newman fast algorithm for detecting community, for less complex network classification works well
gn
- Market Newman写的复杂网络的加权GN算法 算法用Python写的 其基本思想是不断的删除网络中具有相对于所有源节点的最大的边介数(ege betweenness)的边,然后,再重新计算网络中剩余的边的相对于所有源节点的边介数-The basic idea is to delete the network with respect to all of the source nodes of the largest betweenness (EGE betweenness) edge
Newman源代码
- Newman快速算法的matlab源代码(Matlab Source Code for Newman Fast Algorithms)