powered by
Return the t-SNE dimensionality reduction.
TSNE(x, perplexity = 30, nstart = 10, ...)
A numeric dataset (data.frame or matrix).
Specification of the perplexity.
How many random sets should be chosen?
Other parameters.
Rtsne
# NOT RUN { require (datasets) data (iris) TSNE (iris [, -5]) # }
Run the code above in your browser using DataLab