Cores#

Core Number#

cugraph.core_number(G[, degree_type])

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

K-Core#

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.