Learn R Programming

mlr (version 2.0)

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))

Arguments

Value

[data.frame | SupervisedTask]. Same type as obj.

See Also

normalize