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 1977a50 commit 03c5685
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions doc/metrics/pgr_betweennessCentrality.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Signatures

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

| Returns set of ``(seq, vid, centrality)``
| Returns set of ``(vid, centrality)``
.. TODO: Fix this when docqueries are made
Expand Down Expand Up @@ -91,9 +91,6 @@ Result columns
* - Column
- Type
- Description
* - ``seq``
- ``INTEGER``
- Sequential Value starting from ``1``
* - ``vid``
- ``BIGINT``
- Identifier of the vertex
Expand All @@ -104,9 +101,9 @@ Result columns
See Also
-------------------------------------------------------------------------------

* Boost `centrality
* Boost's `betweenness_centrality
<https://www.boost.org/doc/libs/1_84_0/libs/graph/doc/betweenness_centrality.html>`_
* Queries uses the :doc:`sampledata` network.
* Queries use the :doc:`sampledata` network.

.. rubric:: Indices and tables

Expand Down

0 comments on commit 03c5685

Please sign in to comment.