Ltrans {LTAR}R Documentation

Tensor Transformation

Description

Performs a tensor transformation of a 3D tensor using the discrete cosine transform along mode 3.

Usage


Ltrans(tnsr)

Arguments

tnsr

: A 3D tensor

Value

a Tensor-class object that has been transformed using the DCT.

Author(s)

Kyle Caudle

Randy Hoover

Jackson Cates

Examples

require(rTensor)
data(tensor)
tnsr <- as.tensor(tensor)
trans_tensor <- Ltrans(tnsr)
# print first lateral slice
trans_tensor[,1,]

[Package LTAR version 0.1.0 Index]