Skip to content

Commit

Permalink
[centrality] minor changes to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bedupako12mas committed Aug 12, 2024
1 parent 3d54672 commit 1977a50
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions doc/metrics/pgr_betweennessCentrality.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ betweenness centrality score of all vertices.

This implementation work for both directed and undirected graphs.

- Running time: :math:`\Theta(VE)` time
- Running space: :math:`\Theta(VE)` space.
- Throws when there are no edges in the graph.
- Running time: :math:`\Theta(VE)`
- Running space: :math:`\Theta(VE)`
- Throws when there are no edges in the graph

Signatures
-------------------------------------------------------------------------------
Expand All @@ -46,8 +46,7 @@ Signatures

pgr_betweennessCentrality(`Edges SQL`_, [``directed``])

| Returns set of ```(seq, vid, centrality)```
| OR EMPTY SET
| Returns set of ``(seq, vid, centrality)``
.. TODO: Fix this when docqueries are made
Expand Down

0 comments on commit 1977a50

Please sign in to comment.