tLUdwt | R Documentation |
Performs a LU decomposition of 3-mode tensor using the discrete Wavelet transform (Haar Wavelet).
tLUdwt(tnsr)
tnsr |
: a 3-mode tensor |
a Tensor-class object
If LU decomposition is performed on a n x n x k
tensor, the components in the returned value are:
L: The left singular value tensor object (n x n x k
)
U: The right singular value tensor object (n x n x k
)
Kyle Caudle kyle.caudle@sdsmt.edu
T <- rand_tensor(modes=c(2,2,4))
print(tLUdwt(T))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.