Create a tensor out of a set of matrices similar to a component model.
Source:R/utils.R
reinflateTensor.Rd
Create a tensor out of a set of matrices similar to a component model.
Arguments
- 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.
- returnAsTensor
Boolean return as rTensor S4 tensor object (default FALSE).