tperm-methods: Mode Permutation for Tensor

Description Usage Arguments Details See Also Examples

Description

Overloads aperm for Tensor class for convenience.

Usage

1
2
3
4
tperm(tnsr, perm, ...)

## S4 method for signature 'Tensor'
tperm(tnsr, perm, ...)

Arguments

tnsr

the Tensor instance

perm

the new permutation of the current modes

...

additional parameters to be passed into aperm

Details

tperm(tnsr,perm=NULL,...)

See Also

aperm

Examples

1
2
3
tnsr <- rand_tensor(c(3,4,5))
dim(tperm(tnsr,perm=c(2,1,3)))
dim(tperm(tnsr,perm=c(1,3,2)))

jamesyili/rTensor documentation built on May 18, 2019, 11:22 a.m.