| nmf.rrr.signed.rename | R Documentation |
Replaces the default "Resp1", "Resp2", ... (response basis / X1 columns
and Cp/Cn/C rows) and "Cov1", "Cov2", ... (covariate basis / X2 rows and
Cp/Cn/C columns) with user-supplied labels. Propagates to coefficients
tables if present (e.g., from nmfae.inference).
nmf.rrr.signed.rename(x, X1.colnames = NULL, X2.rownames = NULL)
x |
An |
X1.colnames |
Character vector of length Q for decoder labels. |
X2.rownames |
Character vector of length R for encoder labels. |
The renamed object (same class).
This function is experimental. The interface may change in future versions.
Ding, C. H. Q., Li, T., & Jordan, M. I. (2010). Convex and semi-nonnegative matrix factorizations. IEEE Transactions on Pattern Analysis and Machine Intelligence, 32(1), 45–55.
nmfae.signed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.