| nmfkc.signed.ecv | R Documentation |
Element-wise k-fold CV (Wold's CV): held-out elements
are masked via Y.weights = 0 during fitting, and the RMSE on
those elements is reported. Loops over candidate rank values.
nmfkc.signed.ecv(Y, A, rank = 1:3, ...)
Y |
Real-valued |
A |
Real-valued |
rank |
Integer vector of candidate ranks (default |
... |
Passed to |
A list with objfunc (MSE per rank), sigma
(RMSE), objfunc.fold (per-fold per-rank), folds,
Q.grid.
This function is experimental.
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.
nmfkc.signed, nmfkc.signed.cv
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.