undoFiberCentering {tensorBF} | R Documentation |
undoFiberCentering
reverts the fiber's of the o^{th}
mode to undo the centering effect.
undoFiberCentering(Yn, pre)
Yn |
the normalized tensor data. This can be, for example, the output of |
pre |
The centering parameters used for preprocessing in the format as produced by |
The data tensor after reversing the centering operation.
Kolda, Tamara G., and Brett W. Bader. "Tensor decompositions and applications." SIAM review 51.3 (2009): 455-500.
#Given tensor Y
## Not run: Ycentered <- normFiberCentering(Y=Y,o=1)
## Not run: Yuncentered <- undoFiberCentering(Ycentered$data,Ycentered$pre)