Skip to content

Commit

Permalink
Merge pull request #570 from sknetwork-team/feat/leiden
Browse files Browse the repository at this point in the history
Leiden algorithm
  • Loading branch information
tbonald authored Mar 27, 2024
2 parents 86e58a2 + 312a32c commit 7821e10
Show file tree
Hide file tree
Showing 14 changed files with 7,762 additions and 171 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ Contributors
* Wenzhuo Zhao
* Henry Carscadden
* Yiwen Peng
* Ahmed Zaiou

1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ History
0.32.0 (2024-XX-XX)
-------------------

* Add Leiden clustering algorithm
* Add functions to detect and break cycles
* Add damping factor in diffusion
* Fix F1 scores
Expand Down
6 changes: 6 additions & 0 deletions docs/reference/clustering.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ When the graph is weighted, the degree of a node is replaced by its weight (sum

.. autoclass:: sknetwork.clustering.Louvain

Leiden
------

.. autoclass:: sknetwork.clustering.Leiden


Propagation
-----------
.. autoclass:: sknetwork.clustering.PropagationClustering
Expand Down
1 change: 1 addition & 0 deletions docs/tutorials/clustering/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ Clustering
.. toctree::

louvain
leiden
propagation

Loading

0 comments on commit 7821e10

Please sign in to comment.