getDimRedCoords.umap | R Documentation |
Get dimension reduction coordinates using the UMAP method
getDimRedCoords.umap(X, distMethod = "euclidean", dims = c(1, 2), ...)
X |
A matrix on which the dimension reduction is to be performed |
distMethod |
distance metric to be employed |
dims |
dimensions to return from the reduction |
... |
parameters passed on to |
a matrix containing two columns for the reduced dimensions and the same number of
rows as X
Fabian Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.