
Scale each feature vector into a user-specified range for visualisation and modelling
Source:R/normalise.R
normalise.Rd`normalise()` and `normalize()` are synonyms.
Arguments
- data
either a
feature_calculationsobject containing the raw feature matrix produced bytheft::calculate_featuresor avectorof classnumericcontaining values to be rescaled- norm_method
characterdenoting the rescaling/normalising method to apply. Can be one of"zScore","Sigmoid","RobustSigmoid","MinMax", or"MaxAbs". Defaults to"zScore"- unit_int
Booleanwhether to rescale into unit interval[0,1]after applying normalisation method. Defaults toFALSE