powered by
undoFiberCentering reverts the fiber's of the \(o^{th}\) mode to undo the centering effect.
undoFiberCentering
undoFiberCentering(Yn, pre)
the normalized tensor data. This can be, for example, the output of reconstructTensorBF.
reconstructTensorBF
The centering parameters used for preprocessing in the format as produced by normFiberCentering.
normFiberCentering
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.
# NOT RUN { #Given tensor Y # } # NOT RUN { Ycentered <- normFiberCentering(Y=Y,o=1) # } # NOT RUN { Yuncentered <- undoFiberCentering(Ycentered$data,Ycentered$pre) # }
Run the code above in your browser using DataLab