Skip to main content
. 2021 Nov 29;22:860. doi: 10.1186/s12864-021-08101-3

Input : X, ρ, α and K

Output:X^ (X after imputing)

1. for m = 1 to N

2.   Construction of low  rank  tensor ΤΩ of Xm

3:SetYΩ=ΤΩandYΩ¯=0,Y=Mi

4 :   for k = 0 to K do

5 :    for i = 1 to n do

6:Mii=DαiρYi+1ρyii

7 :      Mi = foldi[Mi(i)]

8 :    end for

9:YΩ¯=1ni=1nMi1ρyiΩ¯

10:yi=yiρMiY

11 :  end for

12:extract X^m from Y

13 : end for

14: X=X^1X^2X^m and use Eq. (16) to remove negative values