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
f8b763a5
Commit
f8b763a5
authored
Jul 17, 2016
by
Tiago Peixoto
Browse files
NestedBlockState.mcmc_sweep() complement docstring
parent
a014890f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/inference/nested_blockmodel.py
View file @
f8b763a5
...
...
@@ -513,6 +513,11 @@ class NestedBlockState(object):
The arguments accepted are the same as in
:method:`graph_tool.inference.BlockState.mcmc_sweep`.
If the parameter ``c`` is a scalar, the values used at each level are
``c * 2 ** l`` for ``l`` in the range ``[0, L-1]``. Optionally, a list
of values may be passed instead, which specifies the value of ``c[l]``
to be used at each level.
"""
c
=
extract_arg
(
kwargs
,
"c"
,
1
)
...
...
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