do_tsne | R Documentation |
This function calculates the coordinates of each event in the t-SNE space.
do_tsne(df, tsne_rand_seed, tsne_perplexity)
df |
A dataframe with the metrics of collective motion per event. |
tsne_rand_seed |
Random seed to be able to reproduce the t-SNE analysis. |
tsne_perplexity |
Perplexity parameter for tsne. Usually between 10-50. |
A dataframe with X and Y coordinates per event in the t-SNE space.
Marina Papadopoulou m.papadopoulou.rug@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.