summaryrefslogtreecommitdiff
path: root/networkx/algorithms/community/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Update docs for G.copy and set_*_attributes. (#3024)Dan Schult2018-06-191-2/+12
* Add Clauset-Newman-Moore modularity-max community detection (#2871)Edward L Platt2018-02-281-0/+43
* Misc. typos (#2872)luzpaz2018-02-141-2/+2
* Pep8 fixesJarrod Millman2018-01-204-6/+7
* Label Propagation Community Detection (#2821)Dan Schult2018-01-112-46/+136
* Fix for inter_community_edges (#2713)md00002017-10-151-0/+16
* Removed unused imports (#2653)James Lamb2017-10-011-1/+1
* Simplify base classes. (#2604)Dan Schult2017-08-121-1/+1
* Rebase of Moves is_partition to community.utils (#2496)Dan Schult2017-07-037-157/+148
* Fluid communities algorithm implementation (#2420)Ferran Parés2017-06-231-0/+120
* Merge pull request #1729 from jfinkels/modularityAric Hagberg2017-01-151-3/+13
|\
| * Moves modularity into quality module.Jeffrey Finkelstein2016-07-252-30/+13
| * Adds modularity measure for communities.Moritz Emanuel Beber2016-04-201-0/+27
* | *Really* allow community asyn_lpa test to have two answers (#2341)Arya McCarthy2016-12-241-2/+2
* | Allow community asyn_lpa test to have two answersDan Schult2016-12-201-1/+2
* | integers instead of stringsSkyTodInfi2016-09-121-30/+7
* | fix LPA bug, see issues/2219root2016-08-151-0/+43
|/
* Merge pull request #1727 from jfinkels/community-generatorsAric Hagberg2016-04-161-0/+88
|\
| * Adds LFM benchmark graph generator for communitiesMoritz Emanuel Beber2016-02-211-0/+88
* | Adds header comment and docstring to test moduleJeffrey Finkelstein2016-03-221-0/+13
* | Updates Girvan-Newman to remove one edge at a timeJeffrey Finkelstein2016-03-221-76/+60
* | Removes self-loops before Girvan-Newman algorithmJeffrey Finkelstein2016-03-221-2/+11
* | Allow arbitrary ranking function in girvan_newman.Jeffrey Finkelstein2016-03-221-3/+8
* | Makes girvan_newman return communities as sets.Jeffrey Finkelstein2016-03-221-6/+6
|/
* Marks file encoding as UTF-8kl-encodingjfinkels2016-01-101-0/+1
* Adds Kernighan--Lin bipartition algorithm.Moritz Emanuel Beber2016-01-081-0/+51
* Adds quality measurements for communities.Jeffrey Finkelstein2015-11-109-374/+51
* first file additions for community detectionMoritz Emanuel Beber2015-11-109-0/+375
* Add Girvan-Newman algorithmThodoris Sotiropoulos2015-08-031-0/+79
* Add asynchronous label propagation for communitiesAitor Almeida2015-07-301-0/+89
* Raise error if k < 2.Aric Hagberg2011-12-071-0/+4
* Add Zachary test.Aric Hagberg2011-12-071-0/+22
* Make sure all cliques of size k are in community.Aric Hagberg2011-11-241-1/+7
* fix python 2/3 issue in testAric Hagberg2011-11-131-1/+1
* Ad k-clique.Aric Hagberg2011-11-131-0/+14