Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
79dcee41
Commit
79dcee41
authored
Sep 29, 2014
by
Tiago Peixoto
Browse files
Fix documentation typo in community_structure()
parent
53af7627
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/community/__init__.py
View file @
79dcee41
...
...
@@ -146,12 +146,12 @@ def community_structure(g, n_iter, n_spins, gamma=1.0, corr="erdos",
**The use of this function is discouraged.** Although community detection
based on modularity maximization is very common, it is very
problematic. It will find high-scoring partitions where there is none
[guimera-modularity-2004]_, and at the same will not find actual
[guimera-modularity-2004]_, and at the same
time
will not find actual
structure in large graphs [fortunato-resolution-2007]_. Furthermore, in
many empirical networks, the partitions found in this way are largely
meaningless [good-performance-2010]_.
Instead, use the
methods based on statistical inference
One should use instead
methods based on statistical inference
(i.e. :func:`~graph_tool.community.minimize_blockmodel_dl` and
:func:`~graph_tool.community.minimize_nested_blockmodel_dl`).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment