Skip to main content
[Preprint]. 2023 Dec 16:2023.12.15.571918. [Version 1] doi: 10.1101/2023.12.15.571918

Algorithm 1:

Input: communication score tensor 𝒴RI×J×K×L, sample-level design matrix XRI×Q, rank r.
 1. Normalize sample-level design matrix via QR factorization X=QR.
 2. Project 𝒴 to the multilinear sample-level variable space to obtain the unconstrained coefficient tensor: ~=𝒴×1QT.
 3. Obtain rank-unconstrained coefficient tensor by performing a rank-r higher-order orthogonal iteration (HOOI)27 on ~:^(0)HOOI(~,r).
 4. Obtain estimated coefficient tensor by re-normalizing ^(0) back to the original feature scales: ^=^(0)×1R-1.
 5. Estimate 𝒢,MQ,MJ,MK,ML by performing a rank-r HOOI on ^:^𝒢ˆ×{MQ^,MJ^,MK^,ML^},
Output: ^,𝒢ˆ,MQ^,MJ^,MK^,ML^.