computeTSNE | R Documentation |
Computes t stochastic neighbour embedding stores the embedding in form of a data.frame.
computeTSNE(object, ...)
## S4 method for signature 'DimRed'
computeTSNE(object, n_dims = 2, verbose = TRUE, ...)
## S4 method for signature 'Analysis'
computeTSNE(object, n_dims, verbose = TRUE)
object |
Any object for whose class a method has been defined. |
... |
Additional arguments given to |
n_dims |
Numeric value. Integer that indicates the number of
dimensions of the resulting embedding. Must be lower than the number
of numeric variables based on which principal components are
computed. Given to argument |
verbose |
Logical. If set to TRUE informative messages regarding the computational progress will be printed. (Warning messages will always be printed.) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.