Generate an IVF-GPU-accelerated kNN graph
rs_ivf_gpu_knn.RdBuilds an IVF index over the provided embedding matrix and queries each vector against it to produce a kNN graph. Runs on the wgpu backend.
Arguments
- embd
Numeric matrix of embeddings, cells x features.
- ivf_params
A named list with the parameters, see
params_sc_ivf()- seed
Integer. Random seed for reproducibility.
- verbose
Logical. Whether to print progress messages.