Description Usage Arguments Details Value See Also Examples
Given a mode for a K-tensor, this returns the K-1 tensor resulting from taking the mean across that particular mode.
1 2 3 4 |
tnsr |
the Tensor instance |
m |
the index of the mode to average across |
drop |
whether or not mode m should be dropped |
modeMean(tnsr,m=NULL,drop=FALSE)
K-1 or K Tensor, where K = x@num_modes
1 2 | tnsr <- rand_tensor()
modeMean(tnsr,1,drop=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.