Open
Description
What is your question?
I want to generate several different results of Louvain, and need to random permute vertices in graph.
In igraph, we can make it like this:
p = np.random.permutation(self.vcount()).tolist()
g = self.permute_vertices(p)
How to realize the same function in multi-GPU cuGraph with dask cudf? Thanks
Code of Conduct
- I agree to follow cuGraph's Code of Conduct
- I have searched the open issues and have found no duplicates for this question
Activity