View source: R/rTensor_Decomp.R
t_svd_reconstruct | R Documentation |
Reconstruct the original 3-Tensor after it has been decomposed into U, S, V
via t_svd
.
t_svd_reconstruct(L)
L |
list that is an output from |
a 3-Tensor
t_svd
tnsr <- rand_tensor(c(10,10,10))
tsvdD <- t_svd(tnsr)
1 - fnorm(t_svd_reconstruct(tsvdD)-tnsr)/fnorm(tnsr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.