Skip to content

Commit

Permalink
Docstring Leiden
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonald committed Mar 28, 2024
1 parent fae2744 commit af3ed3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sknetwork/clustering/leiden.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ class Leiden(Louvain):
References
----------
* Traag, V. A., Waltman, L., & Van Eck, N. J. (2019).
`From Louvain to Leiden: guaranteeing well-connected communities`
Scientific reports, 9(1).
`From Louvain to Leiden: guaranteeing well-connected communities`, Scientific reports.
"""

def __init__(self, resolution: float = 1, modularity: str = 'dugue', tol_optimization: float = 1e-3,
Expand Down

0 comments on commit af3ed3a

Please sign in to comment.