feature.scaler | R Documentation |
Function used to scale numerical features
feature.scaler(data, features, min.cutoff, max.cutoff)
data |
data.frame containing x, y coordinates and columns with numerical features |
features |
feature names |
min.cutoff, max.cutoff |
Vector of minimum and maximum cutoff values for each feature, may specify quantile in the form of 'q##' where '##' is the quantile (eg, 'q1', 'q10') |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.