normalizeFeatures: Normalize features
Description
Normalize features by different methods. Internally normalize
is used.
Non numerical features will be left untouched and passed to the result.Usage
normalizeFeatures(obj, target = character(0L), method = "standardize",
exclude = character(0L), range = c(0, 1))