update_L: Update sub-matrix L

Description Usage Arguments Value Examples

View source: R/update_L.R

Description

Update sub-matrix L

Usage

1
update_L(W,init_list)

Arguments

W

The matrix to be factorized

init_list

A list containing the updated results in this iteration

Value

A list the same as init_list with the matrix L updated

Examples

1
2
3
W <- simu_data_generation()
init_list <- initialization(W,k=5,l=4)
update_L_list <- update_L(W,init_list)

OSNMTF documentation built on Dec. 1, 2019, 1:22 a.m.