Cores#

Core Number#

single-GPU#

cugraph.core_number(G[, degree_type])

Compute the core numbers for the nodes of the graph G.

multi-GPU#

cugraph.dask.cores.core_number.core_number(...)

Compute the core numbers for the nodes of the graph G.

K-Core#

single-GPU#

cugraph.k_core(G[, k, core_number, degree_type])

Compute the k-core of the graph G based on the out degree of its nodes.

multi-GPU#

cugraph.dask.cores.k_core.k_core(input_graph)

Compute the k-core of the graph G based on the out degree of its nodes.