t-distributed Stochastic Neighbor Embedding
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])
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.