| nmf.rrr.signed.rank | R Documentation |
Fits nmfae.signed with a paired decoder/encoder
rank (Q = R) across a range of ranks and reports
r.squared, the effective rank (of the latent encoding H),
and the element-wise CV error sigma.ecv, with the same concise
plot as nmfkc.rank. For a full (Q, R) grid use
nmfae.signed.ecv.
nmf.rrr.signed.rank(
Y1,
Y2 = Y1,
rank1 = 1:5,
detail = c("full", "fast"),
plot = TRUE,
...,
rank = NULL
)
Y1 |
Endogenous matrix ( |
Y2 |
Exogenous matrix; defaults to |
rank1 |
Integer vector of (paired) ranks to evaluate (both bases use
the same value). Legacy |
detail |
|
plot |
Logical; draw the diagnostics plot (default |
... |
Passed on to |
rank |
Deprecated alias of |
A list with rank.best and criteria
(rank, effective.rank, effective.rank.ratio,
r.squared, sigma.ecv).
Roy, O., & Vetterli, M. (2007). The effective rank: A measure of
effective dimensionality. Proc. EUSIPCO, 606–610.
(effective.rank)
Wold, S. (1978). Cross-validatory estimation of the number of
components in factor and principal components models.
Technometrics, 20(4), 397–405. (sigma.ecv)
nmfae.signed, nmfae.signed.ecv,
nmfkc.rank
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.