tmean: Find the mean of a tensor

View source: R/tmean.R

tmeanR 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)

rTensor2 documentation built on May 29, 2024, 8:34 a.m.