| nmfkc.net.ecv | R Documentation |
k-fold CV with folds taken over the upper triangle of the
symmetric Y (mirrored to the lower triangle) to prevent information
leakage through symmetry. A single entry point covers all three symmetric
NMF variants; type selects the fitting function:
"tri" (default): nmfkc.net with C \ge 0
"bi": nmfkc.net with C = I_Q
"signed": nmfkc.net with signed C = C_{+} - C_{-}
nmfkc.net.ecv(Y, rank = 1:3, type = c("tri", "bi", "signed"), ...)
Y |
Symmetric N x N non-negative matrix. |
rank |
Integer vector of ranks to evaluate. Default |
type |
Model type: |
... |
Passed to the underlying fitter; also accepts |
A list with objfunc, sigma, objfunc.fold,
folds, Q.grid, type.
This function is experimental. The interface may change in future versions; details are to be described in an upcoming paper.
nmfkc.net
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.