nmf | R Documentation |
Non-negative matrix factorization with either fixed or variable signature matrix.
nmf( catalog, sig = NULL, denovo = TRUE, K = NULL, nrun = 10, verbose = TRUE, progress.bar = FALSE, Itmax = 1e+05, Tol = 1e-04, a = 10, nprint = 100, useC = FALSE )
catalog |
Catalog matrix |
denovo |
Full iteration of both signature and exposure; if |
K |
Number of signatures. |
nrun |
Number of independent runs to generate |
verbose |
Verbosity level |
progress.bar |
Display progress bar. |
Itmax |
Maximum no. of iteration. |
Tol |
Tolerance for checking convergence. |
signat |
Signature matrix |
If denovo = TRUE
, the full NMF is performed with both W
and H
matrix
determined de novo. If denovo = FALSE
, W
is fixed as input and only H
is determined.
Object of class tempoSig
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.