Scaling Methods#

MinMaxScaler

A transformer that scales the input data by subtracting the minimum and dividing by the difference between the maximum and the minimum.

NormScaler

A transformer that scales the input data by the L-norm of the spectrum.

PointScaler

A transformer that scales the input data by the intensity value at a given point.