|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierGammaScaling
@Reference(authors="H.-P. Kriegel, P. Kr\u00f6ger, E. Schubert, A. Zimek", title="Interpreting and Unifying Outlier Scores", booktitle="Proc. 11th SIAM International Conference on Data Mining (SDM), Mesa, AZ, 2011", url="http://www.dbs.ifi.lmu.de/~zimek/publications/SDM2011/SDM11-outlier-preprint.pdf") public class OutlierGammaScaling
Scaling that can map arbitrary values to a probability in the range of [0:1] by assuming a Gamma distribution on the values.
Nested Class Summary | |
---|---|
static class |
OutlierGammaScaling.Parameterizer
Parameterization class. |
Field Summary | |
---|---|
(package private) double |
atmean
Score at the mean, for cut-off. |
(package private) double |
k
Gamma parameter k |
(package private) OutlierScoreMeta |
meta
Keep a reference to the outlier score meta, for normalization. |
(package private) boolean |
normalize
Store flag to Normalize data before curve fitting. |
static OptionID |
NORMALIZE_ID
Normalization flag. |
(package private) double |
theta
Gamma parameter theta |
Constructor Summary | |
---|---|
OutlierGammaScaling(boolean normalize)
Constructor. |
Method Summary | |
---|---|
double |
getMax()
Get maximum resulting value. |
double |
getMin()
Get minimum resulting value. |
double |
getScaled(double value)
Transform a given value using the scaling function. |
void |
prepare(OutlierResult or)
Prepare is called once for each data set, before getScaled() will be called. |
protected double |
preScale(double score)
Normalize data if necessary. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final OptionID NORMALIZE_ID
-gammascale.normalize
double k
double theta
double atmean
boolean normalize
OutlierScoreMeta meta
Constructor Detail |
---|
public OutlierGammaScaling(boolean normalize)
normalize
- Normalization flagMethod Detail |
---|
public double getScaled(double value)
ScalingFunction
getScaled
in interface ScalingFunction
value
- Original value
public void prepare(OutlierResult or)
OutlierScalingFunction
prepare
in interface OutlierScalingFunction
or
- Outlier result to useprotected double preScale(double score)
MinusLogGammaScaling
!
score
- Original score
public double getMin()
ScalingFunction
Double.NaN
or
Double.NEGATIVE_INFINITY
.
getMin
in interface ScalingFunction
public double getMax()
ScalingFunction
Double.NaN
or
Double.POSITIVE_INFINITY
.
getMax
in interface ScalingFunction
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |