TSNE | R Documentation |
Return the t-SNE dimensionality reduction.
TSNE(x, perplexity = 30, nstart = 10, ...)
x |
A numeric dataset (data.frame or matrix). |
perplexity |
Specification of the perplexity. |
nstart |
How many random sets should be chosen? |
... |
Other parameters. |
Rtsne
require (datasets)
data (iris)
TSNE (iris [, -5])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.