Link Prediction#
Cosine#
single-GPU
|
Compute the Cosine similarity between each pair of vertices connected by an edge, or between arbitrary pairs of vertices specified by the user. |
|
|
|
Compute the All Pairs Cosine similarity between all pairs of vertices specified. |
multi-GPU
Compute the Cosine similarity between each pair of vertices connected by an edge, or between arbitrary pairs of vertices specified by the user. |
|
|
Compute the All Pairs Cosine similarity between all pairs of vertices specified. |
Jaccard Coefficient#
single-GPU
|
Compute the Jaccard similarity between each pair of vertices connected by an edge, or between arbitrary pairs of vertices specified by the user. |
|
For NetworkX Compatability. |
|
Compute the All Pairs Jaccard similarity between all pairs of vertices specified. |
multi-GPU
Compute the Jaccard similarity between each pair of vertices connected by an edge, or between arbitrary pairs of vertices specified by the user. |
|
|
Compute the All Pairs Jaccard similarity between all pairs of vertices specified. |
Overlap Coefficient#
single-GPU
|
Compute the Overlap Coefficient between each pair of vertices connected by an edge, or between arbitrary pairs of vertices specified by the user. |
|
Compute overlap coefficient. |
|
Compute the All Pairs Overlap Coefficient between each pair of vertices connected by an edge, or between arbitrary pairs of vertices specified by the user. |
multi-GPU
Compute the Overlap Coefficient between each pair of vertices connected by an edge, or between arbitrary pairs of vertices specified by the user. |
|
|
Compute the All Pairs Overlap similarity between all pairs of vertices specified. |
Sorensen Coefficient#
single-GPU
|
Compute the Sorensen coefficient between each pair of vertices connected by an edge, or between arbitrary pairs of vertices specified by the user. |
|
Compute sorensen coefficient. |
|
Compute the All Pairs Sorensen coefficient between each pair of vertices connected by an edge, or between arbitrary pairs of vertices specified by the user. |
multi-GPU
Compute the Sorensen coefficient between each pair of vertices connected by an edge, or between arbitrary pairs of vertices specified by the user. |
|
|
Compute the All Pairs Sorensen similarity between all pairs of vertices specified. |