TSNE {fdm2id} | 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. |
require (datasets)
data (iris)
TSNE (iris [, -5])