Skip to content

Commit

Permalink
Link prediction description edits (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
betochimas committed Feb 19, 2022
1 parent 42d4e53 commit ca7e30b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/cugraph/cugraph/link_prediction/overlap.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

def overlap_coefficient(G, ebunch=None):
"""
NetworkX similar API. See 'jaccard' for a description
For NetworkX Compatability. See `overlap`
"""
vertex_pair = None
Expand Down
1 change: 1 addition & 0 deletions python/cugraph/cugraph/link_prediction/sorensen.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def sorensen(input_graph, vertex_pair=None):

def sorensen_coefficient(G, ebunch=None):
"""
For NetworkX Compatability. See `sorensen`
Parameters
----------
Expand Down

0 comments on commit ca7e30b

Please sign in to comment.