Skip to content

Commit

Permalink
Update Bug In Algo Table (#74)
Browse files Browse the repository at this point in the history
Small fix to the Bipartite algorithms table.

Authors:
  - Ralph Liu (https://github.com/nv-rliu)

Approvers:
  - Don Acosta (https://github.com/acostadon)

URL: #74
  • Loading branch information
nv-rliu authored Jan 9, 2025
1 parent 762731b commit e84de88
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions docs/cugraph-docs/source/nx_cugraph/supported-algorithms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,31 @@ Below is the list of algorithms that are currently supported in nx-cugraph.
Algorithms
----------

+--------------------------+
| **Bipartite** |
+==========================+
| betweenness_centrality |
+--------------------------+
| complete_bipartite_graph |
+--------------------------+

+-----------------------------+
| **Centrality** |
+=============================+
| betweenness_centrality |
+-----------------------------+
| edge_betweenness_centrality |
+-----------------------------+
| degree_centrality |
+-----------------------------+
| in_degree_centrality |
+-----------------------------+
| out_degree_centrality |
| edge_betweenness_centrality |
+-----------------------------+
| eigenvector_centrality |
+-----------------------------+
| in_degree_centrality |
+-----------------------------+
| katz_centrality |
+-----------------------------+
| out_degree_centrality |
+-----------------------------+

+---------------------+
| **Cluster** |
Expand All @@ -49,28 +57,19 @@ Algorithms
| louvain_communities |
+--------------------------+

+--------------------------+
| **Bipartite** |
+==========================+
| betweenness_centrality |
| complete_bipartite_graph |
+--------------------------+

+------------------------------------+
| **Components** |
+====================================+
| connected_components |
+------------------------------------+
| is_connected |
+------------------------------------+
| is_weakly_connected |
+------------------------------------+
| node_connected_component |
+------------------------------------+
| number_connected_components |
+------------------------------------+
| weakly_connected |
+------------------------------------+
| is_weakly_connected |
+------------------------------------+
| number_weakly_connected_components |
+------------------------------------+
| weakly_connected_components |
Expand Down Expand Up @@ -352,5 +351,4 @@ Generators
+-------------------------------+


To request nx-cugraph backend support for a NetworkX API that is not listed
above, visit the `nx-cugraph GitHub repo <https://github.com/rapidsai/nx-cugraph>`_.
To request nx-cugraph backend support for a NetworkX API that is not listed above, visit the `nx-cugraph GitHub repo <https://github.com/rapidsai/nx-cugraph>`_.

0 comments on commit e84de88

Please sign in to comment.