Learn R Programming

TensorTools (version 1.0.0)

tINVdst: Performs inverse of 3-mode tensor using the discrete sine transform.

Description

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

Usage

tINVdst(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(tINVdst(T))

Run the code above in your browser using DataLab