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
f6c7f010
Commit
f6c7f010
authored
Oct 01, 2012
by
Tiago Peixoto
Browse files
Fix Katz centrality docstring
parent
50f53515
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/centrality/__init__.py
View file @
f6c7f010
...
...
@@ -477,8 +477,7 @@ def eigenvector(g, weight=None, vprop=None, epsilon=1e-6, max_iter=None):
def
katz
(
g
,
alpha
=
0.01
,
beta
=
None
,
weight
=
None
,
vprop
=
None
,
epsilon
=
1e-6
,
max_iter
=
None
):
r
"""
Calculate the eigenvector centrality of each vertex in the graph, as well as
the largest eigenvalue.
Calculate the Katz centrality of each vertex in the graph.
Parameters
----------
...
...
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