Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

TensorTools (version 1.0.0)

tINVfft: Performs inverse of 3-mode tensor using the discrete fast fourier transform.

Description

Performs inverse of 3-mode tensor using the discrete fast fourier transform.

Usage

tINVfft(tnsr)

Value

S3 class tensor

Arguments

tnsr,

a 3-mode S3 tensor class object

Author

Kyle Caudle

Randy Hoover

Jackson Cates

Everett Sandbo

Examples

Run this code
T <- t_rand(modes=c(2,2,4))
print(tINVfft(T))

Run the code above in your browser using DataLab