| nmf.rrr.signed.ecv | R Documentation |
Element-wise k-fold cross-validation for nmfae.signed to
select the decoder / encoder ranks (Q, R). Mirrors
nmfae.ecv but uses the weighted Signed-Bottleneck NMF-AE fit
path (Y1.weights): test-fold elements are zero-weighted during
fitting, and held-out MSE is computed on those elements.
nmf.rrr.signed.ecv(
Y1,
Y2 = Y1,
rank1 = 1:2,
rank2 = NULL,
...,
rank = NULL,
rank.encoder = NULL
)
Y1 |
Output matrix (P1 x N). |
Y2 |
Input matrix (P2 x N). Default |
rank1 |
Integer vector of candidate response-basis ranks. Default |
rank2 |
Integer vector of candidate covariate-basis ranks, or |
... |
Additional arguments:
|
rank, rank.encoder |
Deprecated aliases of |
An object of class c("nmfae.signed.ecv", "nmfae.ecv") with
objfunc (MSE per pair), sigma (RMSE), objfunc.fold
(per-fold MSE), folds, QR, paired.
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, nmfae.ecv
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.