Perform NMF decomposition using NMF::nmf
d.NMF(x, x.test = NULL, k = 2, method = "brunet", nrun = 30,
scale = TRUE, center = FALSE, verbose = TRUE, ...)
Input data
Optional test set. Will be projected on to NMF basis
Integer vector of length 1 or greater. Rank of decomposition
NMF method. Defaults to "brunet". See NMF::nmf
Integer: Number of runs to perform
Logical: If TRUE, scale input data before projecting
Logical: If TRUE, also center input data if scale
is TRUE
Logical: If TRUE, print messages to screen. Default = TRUE
Additional parameters to be passed to NMF::nmf
rtDecom object
Project scaled variables to NMF bases. Input must be n by p, where n represents number of cases, and p represents number of features. NMF will be applied to the transpose of the n x p matrix.
Other Decomposition: d.CUR
,
d.H2OAE
, d.H2OGLRM
,
d.ICA
, d.ISOMAP
,
d.KPCA
, d.LLE
,
d.MDS
, d.PCA
,
d.SPCA
, d.SVD
,
d.TSNE
, d.UMAP