powered by
Create a tensor out of a set of matrices similar to a component model.
reinflateTensor(A, B, C, returnAsTensor = FALSE)
M, an I x J x K tensor.
I x N matrix corresponding to loadings in the first mode for N components.
J x N matrix corresponding to loadings in the second mode for N components.
K x N matrix corresponding to loadings in the third mode for N components.
Boolean return as rTensor S4 tensor object (default FALSE).
A = rnorm(108) B = rnorm(100) C = rnorm(10) M = reinflateTensor(A,B,C)
Run the code above in your browser using DataLab