Skip to content

Commit

Permalink
[DOCS] fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
paynie authored May 6, 2019
1 parent b94dac0 commit bb579ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/algo/sona/louvain_sona.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Louvain(FastUnfolding)

> Louvain(FastUnfolding)算法是经典的社区发现算法, 通过优化[模块度](https://en.wikipedia.org/wiki/Modularity_(networks)指标来达到社区划分的目的。
> Louvain(FastUnfolding)算法是经典的社区发现算法, 通过优化[模块度](https://en.wikipedia.org/wiki/Modularity)指标来达到社区划分的目的。
## 1. 算法介绍
Louvain算法包含两个过程
Expand Down

0 comments on commit bb579ca

Please sign in to comment.