| prep.scale | R Documentation |
Scaling data columns.
prep.scale(data, type = "sd", max.cov = 0, scale = NULL)
data |
a matrix with data values. |
type |
type of statistic to use for scaling ('sd', 'iqr', 'range', 'pareto') |
max.cov |
columns that have coefficient of variation (in percent) below or equal to 'max.cov' will not be scaled. |
scale |
do not use, required for training of preprocessing model. |
preprocessed data matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.