Element-wise cross-validation for nmfkc.net (upper-triangle folds)
Source:R/nmfkc.net.R
nmfkc.net.ecv.Rdk-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:
Usage
nmfkc.net.ecv(Y, rank = 1:3, type = c("tri", "bi", "signed"), ...)Lifecycle
This function is experimental. The interface may change in future versions; details are to be described in an upcoming paper.