| M_U_cpp | R Documentation |
Computes M(i,j,t) = sum_r U1(i,r) * U2(j,r) * V(t,r) This is the core tensor reconstruction operation used in NetworkChange.
M_U_cpp(U1, U2, V)
U1 |
First factor matrix (N1 x R) |
U2 |
Second factor matrix (N2 x R), typically same as U1 for undirected networks |
V |
Third factor matrix (T x R) |
3D array of dimension (N1 x N2 x T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.