scib_rapids.nearest_neighbors.NeighborsResults#
- class scib_rapids.nearest_neighbors.NeighborsResults(indices, distances)[source]#
Nearest neighbors results data store.
- distances#
Array of distances to the nearest neighbors.
- Type:
np.ndarray
- indices#
Array of indices of the nearest neighbors.
- Type:
np.ndarray
Attributes table#
Compute connectivities using the UMAP approach. |
|
Return the sparse weighted adjacency matrix. |
|
Methods table#
Subset down to |
Attributes#
- NeighborsResults.knn_graph_connectivities#
Compute connectivities using the UMAP approach.
- NeighborsResults.knn_graph_distances#
Return the sparse weighted adjacency matrix.