powered by
Update sub-matrix L
update_L(W,init_list)
The matrix to be factorized
A list containing the updated results in this iteration
A list the same as init_list with the matrix L updated
# NOT RUN { W <- simu_data_generation() init_list <- initialization(W,k=5,l=4) update_L_list <- update_L(W,init_list) # }
Run the code above in your browser using DataLab