powered by
undoSlabScaling reverts the slabs of the \(o^{th}\) mode to undo the scaling effect.
undoSlabScaling
undoSlabScaling(Yn, pre)
the normalized tensor data. This can be, for example, the output of reconstructTensorBF.
reconstructTensorBF
The scaling values and mode used for preprocessing in the format as produced by normSlabScaling.
normSlabScaling
The data tensor after reversing the scaling 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 { Yscaled <- normSlabScaling(Y=Y,o=2) # } # NOT RUN { Yunscaled <- undoSlabScaling(Yscaled$data,Yscaled$pre) # }
Run the code above in your browser using DataLab