Ltrans {LTAR} | R Documentation |
Performs a tensor transformation of a 3D tensor using the discrete cosine transform along mode 3.
Ltrans(tnsr)
tnsr |
: A 3D tensor |
a Tensor-class object that has been transformed using the DCT.
Kyle Caudle
Randy Hoover
Jackson Cates
require(rTensor)
data(tensor)
tnsr <- as.tensor(tensor)
trans_tensor <- Ltrans(tnsr)
# print first lateral slice
trans_tensor[,1,]