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
527ae0ee
Commit
527ae0ee
authored
Oct 01, 2012
by
Tiago Peixoto
Browse files
Fix another typo in the Katz docstring.
parent
f6c7f010
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/centrality/__init__.py
View file @
527ae0ee
...
...
@@ -486,8 +486,8 @@ def katz(g, alpha=0.01, beta=None, weight=None, vprop=None, epsilon=1e-6, max_it
weight : :class:`~graph_tool.PropertyMap` (optional, default: ``None``)
Edge property map with the edge weights.
alpha : float, optional (default: ``0.01``)
Free parameter :math:`\alpha`. This must be smaller than the
largest
eigenvalue of the adjacency matrix.
Free parameter :math:`\alpha`. This must be smaller than the
inverse of
the largest
eigenvalue of the adjacency matrix.
beta : :class:`~graph_tool.PropertyMap`, optional (default: ``None``)
Vertex property map where the local personalization values. If not
provided, the global value of 1 will be used.
...
...
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