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
a7f57fbd
Commit
a7f57fbd
authored
Jan 09, 2013
by
Tiago Peixoto
Browse files
Complete docstring for condensation_graph()
parent
717ef0f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/community/blockmodel.py
View file @
a7f57fbd
...
...
@@ -1526,6 +1526,12 @@ def condensation_graph(g, prop, vweight=None, eweight=None, avprops=None,
A vertex property map with the vertex count for each community.
ecount : :class:`~graph_tool.PropertyMap`
An edge property map with the inter-community edge count for each edge.
va : list of :class:`~graph_tool.PropertyMap`
A list of vertex property maps with average values of the properties
passed via the ``avprops`` parameter.
ea : list of :class:`~graph_tool.PropertyMap`
A list of edge property maps with average values of the properties
passed via the ``avprops`` parameter.
See Also
--------
...
...
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