Skip to content
GitLab
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
14055716
Commit
14055716
authored
Jan 23, 2013
by
Tiago Peixoto
Browse files
Fix docstring in minimize_blockmodel_dl()
parent
0bd803e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/community/blockmodel.py
View file @
14055716
...
...
@@ -1034,6 +1034,9 @@ def minimize_blockmodel_dl(g, deg_corr=True, nsweeps=100, adaptive_convergence=T
----------
g : :class:`~graph_tool.Graph`
Graph being used.
deg_corr : ``bool`` (optional, default: ``True``)
If ``True``, the degree-corrected version of the blockmodel ensemble will
be assumed, otherwise the traditional variant will be used.
nsweeps : ``int`` (optional, default: `50`)
Number of sweeps per value of `B` tried. If `adaptive_convergence ==
True`, this corresponds to the number of sweeps observed to determine
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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