undoNormalizeData: A function for returning predictions into the original data space
Description
undoNormalizeData
returns the predictions on normalized data acquired
from normalizeData
into the original data space.
Usage
undoNormalizeData(pred, normalization)
Value
The predictions in the original data space.
Arguments
- pred
The predictions acquired from reconstruction
.
- normalization
The output list obtained from
normalizeData
.