tsne_for_dupl | R Documentation |
Calculate t-SME coordinates for a data.frame containing duplicated rows
tsne_for_dupl(df, feature_cols = NULL, ...)
df |
an input data.frame |
feature_cols |
columns with features to be used for creation of a map, if 'NULL' - all columns will be used |
... |
parameters passed to Rtsne function |
a data.frame containing all columns not included in 'feature_cols' if any and two additional columns 'x' and 'y' with coordinates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.