tINVdwt {TensorTools} | R Documentation |
Performs inverse of 3-mode tensor using the discrete wavelet transform.
Description
Performs inverse of 3-mode tensor using the discrete wavelet transform.
Usage
tINVdwt(tnsr)
Arguments
tnsr |
a 3-mode S3 tensor class object |
Value
S3 class tensor
Author(s)
Kyle Caudle
Randy Hoover
Jackson Cates
Everett Sandbo
Examples
tnsr <- t_rand(modes=c(2,2,4))
print(tINVdwt(tnsr))
[Package TensorTools version 1.0.0 Index]