Skip to content

Commit

Permalink
📝 LabelPropagation reference fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Oct 15, 2021
1 parent d60d4af commit 6df619e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdlib/algorithms/crisp_partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ def label_propagation(g_original: object) -> NodeClustering:
:References:
Raghavan, U. N., Albert, R., & Kumara, S. (2007). `Near linear time algorithm to detect community structures in large-scale networks. <http://www.leonidzhukov.net/hse/2017/networks/papers/raghavan2007.pdf/>`_ Physical review E, 76(3), 036106.
Cordasco, G., & Gargano, L. (2010, December). Community detection via semi-synchronous label propagation algorithms. In 2010 IEEE international workshop on: business applications of social network analysis (BASNA) (pp. 1-8). IEEE.
"""

g = convert_graph_formats(g_original, nx.Graph)
Expand Down

0 comments on commit 6df619e

Please sign in to comment.