initialization {OSNMTF} | R Documentation |
initialize the values which will be updated in NMTFOSC
initialization(W,k,l)
W |
The matrix to be factorized |
k |
A parameter to specify the row cluster number |
l |
A parameter to specify the column cluster number |
A list with 6 elements, corresponding to the matrices L,C,R,B,Y and the penalty parameter miu
Xiaoyao Yin
W <- simu_data_generation()
init_list <- initialization(W,k=5,l=4)