View source: R/dimentionality-reduction.R
run_tsne | R Documentation |
Run TSNE
run_tsne(data, seed.use = 1, dim.embed = 2, prefix = "tSNE_")
data |
Data to run tsne on. |
seed.use |
seed to use. |
dim.embed |
Number of tsne embeddings to return. |
prefix |
suffix. |
tsne.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.