Column-wise normalization of the input matrix is
reverted, using the given parameters.
Usage
denormalizeData(x, normParams)
Arguments
x
input data
normParams
the parameters generated by an earlier
call to normalizeData that will be used for
reverting normalization
Value
column-wise denormalized input
Details
The input matrix is column-wise denormalized using the
parameters given by normParams. E.g., if
normParams contains mean and sd for every column,
the values are multiplied by sd and the mean is added