Package smile.feature.transform


package smile.feature.transform
Feature transformations.
  • Class
    Description
    Scales each feature by its maximum absolute value.
    Normalize samples individually to unit norm.
    Vector norm.
    Robustly standardizes numeric feature by subtracting the median and dividing by the IQR.
    Scales the numeric variables into the range [0, 1].
    Standardizes numeric feature to 0 mean and unit variance.
    Scales all numeric variables into the range [0, 1].