getDimRedCoords.tsne | R Documentation |
Get dimension reduction coordinates (t-SNE)
getDimRedCoords.tsne(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 |
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.