You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,17 @@ This package implements the Leiden algorithm in ``C++`` and exposes it to
6
6
relative flexibility of the implementation, it also scales well, and can be run
7
7
on graphs of millions of nodes (as long as they can fit in memory). The core
8
8
function is ``find_partition`` which finds the optimal partition using the
9
-
Leiden algorithm [1]_, which is an extension of the Louvain algorithm [2]_ for
10
-
a number of different methods. The methods currently implemented are (1)
9
+
Leiden algorithm [1]_, which is an extension of the Louvain algorithm [2]_ for a
10
+
number of different methods. The methods currently implemented are (1)
11
11
modularity [3]_, (2) Reichardt and Bornholdt's model using the configuration
12
12
null model and the Erdös-Rényi null model [4]_, (3) the constant Potts model
13
13
(CPM) [5]_, (4) Significance [6]_, and finally (5) Surprise [7]_. In addition,
14
-
it supports multiplex partition optimisation allowing community detection on
15
-
for example negative links [8]_ or multiple time slices [9]_. There is the possibility of only partially optimising a partition, so that some community assignments remain fixed [10]_. It also provides
16
-
some support for community detection on bipartite graphs. See the
17
-
`documentation <http://leidenalg.readthedocs.io/en/latest/>`_ for more
18
-
information.
14
+
it supports multiplex partition optimisation allowing community detection on for
15
+
example negative links [8]_ or multiple time slices [9]_. There is the
16
+
possibility of only partially optimising a partition, so that some community
17
+
assignments remain fixed [10]_. It also provides some support for community
18
+
detection on bipartite graphs. See the `documentation
19
+
<http://leidenalg.readthedocs.io/en/latest/>`_ for more information.
0 commit comments