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
b947294c
Commit
b947294c
authored
May 20, 2022
by
Tiago Peixoto
Browse files
minimize_blockmodel_dl(): fix documentation
This fixes
#735
.
parent
54370b70
Pipeline
#955
failed with stage
in 567 minutes and 49 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/graph_tool/inference/minimize.py
View file @
b947294c
...
...
@@ -32,14 +32,6 @@ def minimize_blockmodel_dl(g, state=BlockState, state_args={},
----------
g : :class:`~graph_tool.Graph`
The graph.
B_min : ``int`` (optional, default: ``1``)
The minimum number of blocks.
B_max : ``int`` (optional, default: ``numpy.iinfo(numpy.int64).max``)
The maximum number of blocks.
b_min : :class:`~graph_tool.VertexPropertyMap` (optional, default: ``None``)
The partition to be used with the minimum number of blocks.
b_max : :class:`~graph_tool.VertexPropertyMap` (optional, default: ``None``)
The partition to be used with the maximum number of blocks.
state : SBM-like state class (optional, default: :class:`~graph_tool.inference.BlockState`)
Type of model that will be used. Must be derived from :class:`~graph_tool.inference.MultilevelMCMCState`.
state_args : ``dict`` (optional, default: ``{}``)
...
...
Write
Preview
Supports
Markdown
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