
PaCMAP implementation with pre-computed kNN
rs_pacmap_from_knn.Rd
Leverages the PacMAP implementation in manifolds-rs - a very fast Rust-based
implementation. This version uses a pre-computed kNN graph, please see
new_nearest_neighbour().
Arguments
- embd
Numerical matrix. The data to use to generate the embeddings. Should be of dimensions samples x features.
- knn_data
NearestNeighboursclass from R.- n_dim
Integer. Number of dimensions to return.
- pacmap_params
Named list. List that contains all of the key parameters for the PaCMAP generation.
- seed
Integer. Seed for reproducibility.
- use_high_precision
Optional logical. Controls
fp32vsfp64for. IfNULLwill use sensible default thresholding.- verbose
Integer. If
0L-> silent or1Lfor normal verbosity;2Lfor detailed verbosity.