maxfuse.graph
Functions for graph construction
Functions
Compute k-nearest neighbors of data and return the UMAP graph. |
|
For each row in query_arr, compute its nearest neighbor in target_arr. |
|
Compute UMAP embeddings. |
|
Cluster the graph defined by edges and weights using Leiden algorithm. |
|
Apply Leiden modularity maximization algorithm on the graph defined by edges and weights |