Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
graph-tool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tiago Peixoto
graph-tool
Commits
70e68a19
Commit
70e68a19
authored
Feb 04, 2011
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trivial documentation fix
parent
31062410
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/graph_tool/centrality/__init__.py
src/graph_tool/centrality/__init__.py
+2
-2
No files found.
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