normalise | R Documentation |
'normalise()' and 'normalize()' are synonyms.
normalise(
data,
norm_method = c("zScore", "Sigmoid", "RobustSigmoid", "MinMax", "MaxAbs"),
unit_int = FALSE
)
normalize(
data,
norm_method = c("zScore", "Sigmoid", "RobustSigmoid", "MinMax", "MaxAbs"),
unit_int = FALSE
)
data |
either a |
norm_method |
|
unit_int |
|
either an object of class feature_calculations
object or a numeric
vector depending on the data type supplied to data
Trent Henderson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.