Description Usage Arguments Value Author(s) References See Also Examples
This function can be used to un-scale a set of values. This unscaling
is done with the scaling information "hidden" on a scaled data set
that should also be provided. This information is stored as an
attribute by the function scale()
when applied to a data
frame.
1 | unscale(vals, norm.data, col.ids)
|
vals |
A numeric matrix with the values to un-scale |
norm.data |
A numeric and scaled matrix. This should be an object to which the
function |
col.ids |
The columns of the |
An object with the same dimension as the parameter vals
Luis Torgo ltorgo@dcc.fc.up.pt
Torgo, L. (2010) Data Mining using R: learning with case studies, CRC Press (ISBN: 9781439810187).
http://www.dcc.fc.up.pt/~ltorgo/DataMiningWithR
1 2 3 4 5 6 7 8 9 |
Loading required package: lattice
Loading required package: grid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.