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 |
---|---|
<A> void |
prepare(A array,
NumberArrayAdapter<?,A> adapter)
Prepare is called once for each data set, before getScaled() will be
called.
|
void |
prepare(OutlierResult or)
Prepare is called once for each data set, before getScaled() will be
called.
|
getMax, getMin, getScaled
void prepare(OutlierResult or)
or
- Outlier result to use<A> void prepare(A array, NumberArrayAdapter<?,A> adapter)
OutlierResult
is preferred, as it will
allow access to the metadata.array
- Data to processadapter
- Array adapterCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.