reinflateTensor | R Documentation |
Create a tensor out of a set of matrices similar to a component model.
reinflateTensor(A, B, C)
A |
I x N matrix corresponding to loadings in the first mode for N components. |
B |
J x N matrix corresponding to loadings in the second mode for N components. |
C |
K x N matrix corresponding to loadings in the third mode for N components. |
M, an I x J x K tensor.
A = rnorm(108)
B = rnorm(100)
C = rnorm(10)
M = reinflateTensor(A,B,C)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.