Description Usage Arguments Value See Also Examples
View source: R/rTensor_Decomp.R
Reconstruct the original 3-Tensor after it has been decomposed into U, S, V
via t_svd
.
1 |
L |
list that is an output from |
a 3-Tensor
1 2 3 | 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.