Package | Description |
---|---|
de.lmu.ifi.dbs.elki.evaluation.outlier |
Evaluate an outlier score using a misclassification based cost model.
|
de.lmu.ifi.dbs.elki.evaluation.roc |
Evaluation of rankings using ROC AUC (Receiver Operation Characteristics - Area Under Curve)
|
de.lmu.ifi.dbs.elki.math.geometry |
Algorithms from computational geometry.
|
Modifier and Type | Class and Description |
---|---|
static class |
OutlierPrecisionAtKCurve.PrecisionAtKCurve
Precision at K curve.
|
static class |
OutlierPrecisionRecallCurve.PRCurve
P/R Curve
|
static class |
OutlierROCCurve.ROCResult
Result object for ROC curves.
|
static class |
OutlierSmROCCurve.SmROCResult
Result object for Smooth ROC curves.
|
Modifier and Type | Method and Description |
---|---|
private XYCurve |
OutlierPrecisionRecallCurve.computePrecisionResult(int size,
SetDBIDs ids,
DBIDIter iter,
Relation<Double> scores) |
private XYCurve |
OutlierPrecisionAtKCurve.computePrecisionResult(int size,
SetDBIDs positiveids,
DBIDs order) |
Constructor and Description |
---|
OutlierROCCurve.ROCResult(XYCurve col,
double rocauc)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static <I extends ROC.ScoreIter> |
ROC.materializeROC(ROC.Predicate<? super I> predicate,
I iter)
Compute a ROC curve given a set of positive IDs and a sorted list of
(comparable, ID)s, where the comparable object is used to decided when two
objects are interchangeable.
|
Modifier and Type | Method and Description |
---|---|
static double |
XYCurve.areaUnderCurve(XYCurve curve)
Compute the area under curve for a curve
monotonously increasing in X.
|
Constructor and Description |
---|
XYCurve(XYCurve curve)
Constructor, cloning an existing curve.
|