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 Cosine similarity between each pair of vertices connected by an edge, or between arbitrary pairs of vertices specified by the user. |
multi-GPU#
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. |
multi-GPU#
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. |
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. |
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. |
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. |