
public interface OutlierScalingFunction extends ScalingFunction
prepare(de.lmu.ifi.dbs.elki.result.outlier.OutlierResult) prior to applying the
scaling function.| Modifier and Type | Method and Description |
|---|---|
void |
prepare(OutlierResult or)
Prepare is called once for each data set, before getScaled() will be
called.
|
getMax, getMin, getScaledvoid prepare(OutlierResult or)
or - Outlier result to use