Description Usage Arguments Details Value Author(s) Examples
Scales a matrix to the same scale as the scaled training data matrix
1 | scaleXPred(x)
|
|
An |
|
An |
This function scales a matrix to the same scale as the scaled training data matrix by subtracting off the minimum value of the training data in each column from each value and dividing by the range of the training data in that column.
A matrix rescaled to
[0, 1]^d
with attributes
"scaled:minimum"
and "scaled:range"
Casey Davis (cbdavis33@gmail.com)
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.