Skip to content

Commit

Permalink
Add jaccard_coefficient algorithm to nx-cugraph (#87)
Browse files Browse the repository at this point in the history
Coming in 25.02 rapidsai/nx-cugraph#62 CC @rlratzel

Authors:
  - Erik Welch (https://github.com/eriknw)
  - Don Acosta (https://github.com/acostadon)

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

URL: #87
  • Loading branch information
eriknw authored Jan 31, 2025
1 parent 0116997 commit 22b3d09
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/cugraph-docs/source/nx_cugraph/supported-algorithms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,19 @@ Algorithms
+--------------------+

+-------------------+
| **Link analysis** |
| **Link Analysis** |
+===================+
| hits |
+-------------------+
| pagerank |
+-------------------+

+---------------------+
| **Link Prediction** |
+=====================+
| jaccard_coefficient |
+---------------------+

+----------------+
| **Operators** |
+================+
Expand Down

0 comments on commit 22b3d09

Please sign in to comment.