Skip to content

Commit

Permalink
Merge pull request #569 from hi-paris/kcenters
Browse files Browse the repository at this point in the history
Implementation of KCenters
  • Loading branch information
tbonald authored Mar 27, 2024
2 parents 6c1b1f9 + 96f8635 commit d35af94
Show file tree
Hide file tree
Showing 6 changed files with 7,720 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/reference/clustering.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ Leiden

.. autoclass:: sknetwork.clustering.Leiden

K-centers
---------

.. autoclass:: sknetwork.clustering.KCenters


Propagation
-----------
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/clustering/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Clustering

louvain
leiden
kcenters
propagation

Loading

0 comments on commit d35af94

Please sign in to comment.