tSNE | R Documentation |
tSNE
Produce a t-Distributed Stochastic Neighbour Embedding.
tSNE(data, is.distance = FALSE, perplexity = 10, seed = 1066)
data |
A numeric |
is.distance |
Whether |
perplexity |
The perplexity coefficient which defines the extent of the locality of the dimension reduction. |
seed |
Random seed. |
If input is not a distance matrix, there must be no missing data or duplicates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.