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
2d574cb3
Commit
2d574cb3
authored
Dec 06, 2013
by
Tiago Peixoto
Browse files
Small docstring fix in BlockState.get_matrix()
parent
67f2bb5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/community/blockmodel.py
View file @
2d574cb3
...
...
@@ -440,7 +440,8 @@ class BlockState(object):
return
dS
/
float
(
self
.
E
)
def
get_matrix
(
self
,
reorder
=
False
,
niter
=
0
,
ret_order
=
False
):
r
"""Returns the block matrix.
r
"""Returns the block matrix, which contains the number of edges between
each block pair.
Parameters
----------
...
...
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