fac_to_vect | R Documentation |
Vectorize Fac object
fac_to_vect(Fac)
Fac |
Fac object output of parafac. |
Vectorized Fac object
set.seed(123)
A = array(rnorm(108*2), c(108, 2))
B = array(rnorm(100*2), c(100, 2))
C = array(rnorm(10*2), c(10, 2))
Fac = list(A, B, C)
v = fac_to_vect(Fac)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.