Scaling.HistogramScaling, Scaling.RangeScaling| Modifier and Type | Method and Description |
|---|---|
Scaler |
createScaler(double lo,
double hi)
Returns a scaler instance that can scale input values in a given
range.
|
getDescription, getName, isLogLikeScaler createScaler(double lo, double hi)
s:
s.scaleValue(x) == s.scaleValue(lo) for x<lo
s.scaleValue(x) == s.scaleValue(hi) for x>hi
lo - lower bound of unclipped input data valuehi - upper bound of unclipped input data valueCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.