Learn R Programming

rTensor2 (version 2.0.0)

tINVdwt: Inverse of a 3-mode Tensor Using the Discrete Wavelet Transform

Description

Performs the inverse of a tensor using the discrete wavelet transform (Haar Wavelet).

Usage

tINVdwt(tnsr)

Value

a Tensor-class object

Arguments

tnsr

: a 3-mode tensor

Author

Kyle Caudle

Randy Hoover

Jackson Cates

Examples

Run this code
T <- rand_tensor(modes=c(2,2,4))
print(tINVdwt(T))

Run the code above in your browser using DataLab