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
70e68a19
Commit
70e68a19
authored
Feb 04, 2011
by
Tiago Peixoto
Browse files
Trivial documentation fix
parent
31062410
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/centrality/__init__.py
View file @
70e68a19
...
...
@@ -424,10 +424,10 @@ def trust_transitivity(g, trust_map, source=None, target=None, vprop=None):
trust_map : :class:`~graph_tool.PropertyMap`
Edge property map with the values of trust associated with each
edge. The values must lie in the range [0,1].
source : Vertex (optional, default: None)
source :
:class:`~graph_tool.
Vertex
`
(optional, default: None)
Source vertex. All trust values are computed relative to this vertex.
If left unspecified, the trust values for all sources are computed.
target : Vertex (optional, default: None)
target :
:class:`~graph_tool.
Vertex
`
(optional, default: None)
The only target for which the trust value will be calculated. If left
unspecified, the trust values for all targets are computed.
vprop : :class:`~graph_tool.PropertyMap` (optional, default: None)
...
...
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