We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d951ee9 + e610f43 commit b05c278Copy full SHA for b05c278
1 file changed
stlearn/tl/clustering/leiden.py
@@ -7,7 +7,7 @@
7
from scipy.sparse import spmatrix
8
9
10
-def louvain(
+def leiden(
11
adata: AnnData,
12
resolution: float | None = None,
13
random_state: int | RandomState | None = 0,
0 commit comments