|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OutlierScoreMeta

Generic meta information about the value range of an outlier score.
All values can be Double.NaN if not specified by the algorithm or not
computed (actual values). For theoretical values, it is explicitly allowed to
return Double.NEGATIVE_INFINITY or Double.POSITIVE_INFINITY.
| Method Summary | |
|---|---|
double |
getActualMaximum()
Get the actual maximum of the value range. |
double |
getActualMinimum()
Get the actual minimum of the value range. |
double |
getTheoreticalBaseline()
Get the theoretical baseline of the value range. |
double |
getTheoreticalMaximum()
Get the theoretical maximum of the value range. |
double |
getTheoreticalMinimum()
Get the theoretical minimum of the value range. |
double |
normalizeScore(double value)
Return a normalized value of the outlier score. |
| Methods inherited from interface de.lmu.ifi.dbs.elki.result.Result |
|---|
getLongName, getShortName |
| Method Detail |
|---|
double getActualMinimum()
Double.NaNdouble getActualMaximum()
Double.NaNdouble getTheoreticalMinimum()
Double.NaNdouble getTheoreticalMaximum()
Double.NEGATIVE_INFINITY or Double.NaN.
Double.NaNdouble getTheoreticalBaseline()
Double.POSITIVE_INFINITY here.
Double.NaNdouble normalizeScore(double value)
value - outlier score
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||