undoFiberCentering {tensorBF}R Documentation

Postprocessing: Undo fiber Centering

Description

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

Usage

undoFiberCentering(Yn, pre)

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

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

[Package tensorBF version 1.0.2 Index]