tmean {rTensor2} | R Documentation |
Find the mean of a tensor
Description
Find the mean of a 3-mode tensor.
Usage
tmean(tnsr)
Arguments
tnsr |
: a 3-mode tensor |
Value
a Tensor-class object
Author(s)
Kyle Caudle
Randy Hoover
Jackson Cates
Examples
tnsr <- rand_tensor(modes=c(3,4,5))
tmean(tnsr)
[Package rTensor2 version 2.0.0 Index]