cugraph.dask.community.egonet#

Functions

consolidate_results(df, offsets)

Each rank returns its ego_graph dataframe with its corresponding offsets array.

convert_to_cudf(cp_arrays)

ego_graph(input_graph, n[, radius, center])

Compute the induced subgraph of neighbors centered at node n, within a given radius.