public interface ScalingFunction
prepare
to invoke the preprocessing step!
Outside of an outlier context, you probably want to use
StaticScalingFunction
instead, which may not require a
prepare
statement.double getScaled(double value)
value
- Original valuedouble getMin()
Double.NaN
or
Double.NEGATIVE_INFINITY
.double getMax()
Double.NaN
or
Double.POSITIVE_INFINITY
.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.