|
|
|||||||||||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.lmu.ifi.dbs.elki.logging.AbstractLoggable
de.lmu.ifi.dbs.elki.utilities.scaling.outlier.OutlierGammaScaling
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.
Field Summary | |
---|---|
(package private) double |
atmean
Score at the mean, for cut-off. |
(package private) double |
k
Gamma parameter k |
(package private) double |
mean
Mean value |
(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. |
(package private) Flag |
NORMALIZE_FLAG
Normalization flag. |
private static OptionID |
NORMALIZE_ID
Option to normalize data before fitting the gamma curve. |
(package private) double |
theta
Gamma parameter theta |
(package private) double |
var
Variance |
Fields inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable |
---|
debug, logger |
Constructor Summary | |
---|---|
OutlierGammaScaling(Parameterization config)
Constructor, adhering to Parameterizable |
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(Database<?> db,
Result result,
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 de.lmu.ifi.dbs.elki.logging.AbstractLoggable |
---|
debugFine, debugFiner, debugFinest, exception, progress, verbose, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final OptionID NORMALIZE_ID
Flag NORMALIZE_FLAG
-gammascale.normalize
double k
double theta
double mean
double var
double atmean
boolean normalize
OutlierScoreMeta meta
Constructor Detail |
---|
public OutlierGammaScaling(Parameterization config)
Parameterizable
config
- ParameterizationMethod Detail |
---|
public double getScaled(double value)
ScalingFunction
getScaled
in interface ScalingFunction
value
- Original value
public void prepare(Database<?> db, Result result, OutlierResult or)
OutlierScalingFunction
prepare
in interface OutlierScalingFunction
db
- Database usedresult
- Result objector
- 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 |