|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutlierScalingFunction
Interface for scaling functions used by Outlier evaluation such as Histograms
and visualization. Make sure to invoke prepare(de.lmu.ifi.dbs.elki.result.outlier.OutlierResult)
prior to applying the
scaling function.
Method Summary | |
---|---|
void |
prepare(OutlierResult or)
Prepare is called once for each data set, before getScaled() will be called. |
Methods inherited from interface de.lmu.ifi.dbs.elki.utilities.scaling.ScalingFunction |
---|
getMax, getMin, getScaled |
Method Detail |
---|
void prepare(OutlierResult or)
or
- Outlier result to use
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |