R/myNMF.R

Defines functions myNMF

Documented in myNMF

myNMF <- function(Xn, k, L1=1e-10, L2=1e-10){
    .normMat(NMF(abs(Xn), J=k, L1_U=L1, L2_U=L2)$U, "column")
}

Try the mwTensor package in your browser

Any scripts or data that you put into this service are public.

mwTensor documentation built on July 9, 2023, 6:42 p.m.