TL_tsne.default | R Documentation |
A list with parameters customizing configuration for the diffusion kernel based t-sne (see 'tsne' R package documentation)
TL_tsne.default
An object of class metanetwork_config
of length 11.
# display all default settings
TL_tsne.default
# create a new settings object with n_neighbors set to 5
TL_tsne.custom = TL_tsne.default
TL_tsne.custom$max_iter = 5
TL_tsne.custom
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.