PaCMAP.matrix | R Documentation |
Pairwise Controlled Manifold Approximation (R wrapper)
## S3 method for class 'matrix'
PaCMAP(
x,
n_components = 2,
n_neighbors = 10,
MN_ratio = 0.5,
FP_ratio = 2,
num_iters = 450,
pair_neighbors = NULL,
pair_MN = NULL,
pair_FP = NULL,
lr = 1,
apply_pca = TRUE,
intermediate = FALSE,
nThreads = parallel::detectCores() - 1
)
nThreads |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.