undoSlabScaling {tensorBF}R Documentation

Postprocessing: Undo Slab Scaling

Description

undoSlabScaling reverts the slabs of the o^{th} mode to undo the scaling effect.

Usage

undoSlabScaling(Yn, pre)

Arguments

Yn

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

pre

The scaling values and mode used for preprocessing in the format as produced by normSlabScaling.

Value

The data tensor after reversing the scaling 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: Yscaled <- normSlabScaling(Y=Y,o=2)
## Not run: Yunscaled <- undoSlabScaling(Yscaled$data,Yscaled$pre)

[Package tensorBF version 1.0.2 Index]