init(quantileRange:)
Creates a robust scaler.
Declaration
init(quantileRange: ClosedRange<Element> = 0.25...0.75)Parameters
- quantileRange:
This scaler removes the median and scales the data according to the quantile range.
Creates a robust scaler.
init(quantileRange: ClosedRange<Element> = 0.25...0.75)This scaler removes the median and scales the data according to the quantile range.