@Equality public interface Scaler
| Modifier and Type | Method and Description | 
|---|---|
double | 
getHigh()
Returns the upper bound of the input range. 
 | 
double | 
getLow()
Returns the lower bound of the input range. 
 | 
boolean | 
isLogLike()
Indicates whether this scaler does log-like scaling. 
 | 
double | 
scaleValue(double val)
Scales an input value to the interval 0..1. 
 | 
double getLow()
double getHigh()
boolean isLogLike()
double scaleValue(double val)
val - input data valueCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.