Community#
EgoNet#
single-GPU#
|
Compute the induced subgraph of neighbors centered at node n, within a given radius. |
multi-GPU#
Ensemble clustering for graphs (ECG)#
single-GPU#
|
Compute the Ensemble Clustering for Graphs (ECG) partition of the input graph. |
multi-GPU#
|
Compute the Ensemble Clustering for Graphs (ECG) partition of the input graph. |
K-Truss#
single-GPU#
|
Returns the K-Truss subgraph of a graph for a specific k. |
|
Returns the K-Truss subgraph of a graph for a specific k. |
multi_GPU#
Returns the K-Truss subgraph of a graph for a specific k. |
Leiden#
single-GPU#
|
Compute the modularity optimizing partition of the input graph using the Leiden algorithm |
multi-GPU#
|
Compute the modularity optimizing partition of the input graph using the Leiden method |
Leiden (MG)#
|
Compute the modularity optimizing partition of the input graph using the Leiden method |
Louvain#
single-GPU#
|
Compute the modularity optimizing partition of the input graph using the Louvain method |
multi-GPU#
Compute the modularity optimizing partition of the input graph using the Louvain method |
Spectral Clustering#
|
Compute the edge cut score for a partitioning/clustering The assumption is that “clustering” is the results from a call from a special clustering algorithm and contains columns named “vertex” and “cluster”. |
Compute the modularity score for a given partitioning/clustering. |
|
Compute the ratio cut score for a partitioning/clustering |
|
Compute a clustering/partitioning of the given graph using the spectral balanced cut method. |
|
Compute a clustering/partitioning of the given graph using the spectral modularity maximization method. |
Induced Subgraph#
single-GPU#
|
Compute a subgraph of the existing graph including only the specified vertices. |
multi-GPU#
|
Compute a subgraph of the existing graph including only the specified vertices. |
Triangle Counting#
single-GPU#
|
Compute the number of triangles (cycles of length three) in the input graph. |
multi-GPU#
Computes the number of triangles (cycles of length three) and the number per vertex in the input graph. |