See: Description
Class | Description |
---|---|
AbstractScaler |
Base class to simplify implementation of custom normalization procedure.
|
DecimalScaler |
Decimal scale normalization for the given data set.
|
MaxScaler |
Performs max normalization, rescales data to corresponding max value in each column.
|
MinMaxScaler |
Performs Min Max normalization on the given data set.
|
RangeScaler |
Normalize data set to specified range.
|
Standardizer |
Performs standardization on inputs in order to get desired statistical properties of the data set (zero mean and one standard deviation).
|
Copyright © 2022. All rights reserved.