Description Usage Arguments Value See Also
View source: R/FRBS.MainFunction.R
This function is to transform from real-valued data into normalized data.
1 | norm.data(dt.ori, range.data, min.scale = 0, max.scale = 1)
|
dt.ori |
a matrix (n \times m) of the original data. |
range.data |
a matrix (2 \times 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. |
the normalized data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.