computeUMAP | R Documentation |
Computes a manifold approximation and projection.
computeUMAP(object, ...)
## S4 method for signature 'DimRed'
computeUMAP(object, verbose = TRUE, ...)
## S4 method for signature 'Analysis'
computeUMAP(object, verbose = TRUE)
object |
Any object for whose class a method has been defined. |
... |
Additional arguments given to |
verbose |
Logical. If set to TRUE informative messages regarding the computational progress will be printed. (Warning messages will always be printed.) |
The input object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.