Package elki.utilities.scaling
Interface StaticScalingFunction
-
- All Superinterfaces:
ScalingFunction
- All Known Implementing Classes:
ClipScaling
,GammaScaling
,IdentityScaling
,LinearScaling
,MinusLogScaling
public interface StaticScalingFunction extends ScalingFunction
Interface for Scaling functions that do NOT depend on analyzing the data set. But will always map x to the same f(x) (given the same parameters).- Since:
- 0.3
- Author:
- Erich Schubert
-
-
Method Summary
-
Methods inherited from interface elki.utilities.scaling.ScalingFunction
getMax, getMin, getScaled
-
-