normalise {normaliseR} | R Documentation |
Scale each feature vector into a user-specified range for visualisation and modelling
Description
'normalise()' and 'normalize()' are synonyms.
Usage
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
)
Arguments
data |
either a |
norm_method |
|
unit_int |
|
Value
either an object of class feature_calculations
object or a numeric
vector depending on the data type supplied to data
Author(s)
Trent Henderson
[Package normaliseR version 0.1.2 Index]