Provides a simple wrapper to softImpute to provide a rank 1 initialization. Uses type = "als" option.
softImpute
type = "als"
udv_si(Y, K = 1)
An n by p matrix.
Number of factors to use.
A list with components (u,d,v).