R/UD.R

Defines functions UD

UD=function(U,D,n=nrow(U)){
  U*outer(rep(1,n),D,"*")
}

Try the softImpute package in your browser

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

softImpute documentation built on May 9, 2021, 9:07 a.m.