Rdocumentation
powered by
Learn R Programming
frbs (version 1.0-0)
denorm.data: The data de-normalization
Description
This function is to transform from normalized data into real-valued data.
Usage
denorm.data(dt.norm, range.data, min.scale = -1, max.scale = 1)
Arguments
dt.norm
a matrix(n x m) of the normalized data.
range.data
a matrix(2 x n) containing the range of the data, where n is the number of variables, and first and second rows are the minimum and maximum value, respectively.
min.scale
the minimum value within normalization.
max.scale
the maximum value within normalization.
See Also
norm.data