View source: R/10_S7_DecompositionParameters.R
setup_NMF | R Documentation |
Setup NMF parameters.
setup_NMF(k = 2L, method = "brunet", nrun = if (length(k) > 1L) 30L else 1L)
k |
Integer: Number of components. |
method |
Character: NMF method. See |
nrun |
Integer: Number of runs to perform. |
NMFParameters object.
EDG
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.