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
5e2a506e
Commit
5e2a506e
authored
Jan 25, 2011
by
Tiago Peixoto
Browse files
Small documentation fix
parent
7b7ece48
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/centrality/__init__.py
View file @
5e2a506e
...
...
@@ -167,10 +167,8 @@ def betweenness(g, vprop=None, eprop=None, weight=None, norm=True):
Returns
-------
vertex_betweenness : A vertex property map with the vertex betweenness
values.
edge_betweenness : An edge property map with the edge betweenness
values.
vertex_betweenness : A vertex property map with the vertex betweenness values.
edge_betweenness : An edge property map with the edge betweenness values.
See Also
--------
...
...
@@ -302,7 +300,8 @@ def central_point_dominance(g, betweenness):
References
----------
.. [freeman-set-1977] Linton C. Freeman, "A Set of Measures of Centrality
Based on Betweenness", Sociometry, Vol. 40, No. 1, pp. 35-41, 1977
Based on Betweenness", Sociometry, Vol. 40, No. 1, pp. 35-41, 1977,
`http://www.jstor.org/stable/3033543 <http://www.jstor.org/stable/3033543>`_
"""
return
libgraph_tool_centrality
.
\
...
...
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