You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How would you describe the priority of this documentation request
Medium
Describe the future/missing documentation
It would be great to have a few examples/tutorials on how to generate a KNN graph (e.g., for Leiden clustering) based onNearestNeighbors from cuML. These example could cover different cases of (un)directed and (un)weighted graphs.
The example is for CPU, right? I am aware of the rapids-single-cell library, but I don't want to rely on its implementation of neighborhood, since I don't want to apply fuzzy_simplicial_set on my graph. I looked into the implementation of rapids-single-cell and figured out how they generate the KNN graph, maybe that code snippet could be used as one example?
How would you describe the priority of this documentation request
Medium
Describe the future/missing documentation
It would be great to have a few examples/tutorials on how to generate a KNN graph (e.g., for Leiden clustering) based on
NearestNeighbors
from cuML. These example could cover different cases of (un)directed and (un)weighted graphs.Where have you looked?
https://docs.rapids.ai/api/cugraph/stable/
https://docs.rapids.ai/api/cugraph/nightly/
Code of Conduct
The text was updated successfully, but these errors were encountered: