undoFiberCentering: Postprocessing: Undo fiber Centering

Description Usage Arguments Value References Examples

View source: R/normalize.R

Description

undoFiberCentering reverts the fiber's of the o^{th} mode to undo the centering effect.

Usage

1

Arguments

Yn

the normalized tensor data. This can be, for example, the output of reconstructTensorBF.

pre

The centering parameters used for preprocessing in the format as produced by normFiberCentering.

Value

The data tensor after reversing the centering operation.

References

Kolda, Tamara G., and Brett W. Bader. "Tensor decompositions and applications." SIAM review 51.3 (2009): 455-500.

Examples

1
2
3
#Given tensor Y
## Not run: Ycentered <- normFiberCentering(Y=Y,o=1)
## Not run: Yuncentered <- undoFiberCentering(Ycentered$data,Ycentered$pre)

tensorBF documentation built on May 1, 2019, 8:39 p.m.