Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier.spatial.neighborhood.weighted |
Weighted Neighborhood definitions.
|
de.lmu.ifi.dbs.elki.evaluation.roc |
Evaluation of rankings using ROC AUC (Receiver Operation Characteristics - Area Under Curve)
|
de.lmu.ifi.dbs.elki.utilities.pairs |
Pairs and triples utility classes.
|
Modifier and Type | Method and Description |
---|---|
Collection<DoubleObjPair<DBID>> |
UnweightedNeighborhoodAdapter.getWeightedNeighbors(DBID reference) |
Collection<DoubleObjPair<DBID>> |
LinearWeightedExtendedNeighborhood.getWeightedNeighbors(DBID reference) |
Collection<DoubleObjPair<DBID>> |
WeightedNeighborSetPredicate.getWeightedNeighbors(DBID reference)
Get the neighbors of a reference object for DBSCAN.
|
Modifier and Type | Method and Description |
---|---|
DoubleObjPair<DBID> |
ROC.OutlierScoreAdapter.next() |
Modifier and Type | Method and Description |
---|---|
int |
DoubleObjPair.compareTo(DoubleObjPair<O> o) |