
O - the type of DatabaseObjects handled by this Algorithm@Title(value="DBOD: Distance Based Outlier Detection") @Description(value="If the D-neighborhood of an object contains only very few objects (less than (1-p) percent of the data) this object is flagged as an outlier") @Reference(authors="E.M. Knorr, R. T. Ng", title="Algorithms for Mining Distance-Based Outliers in Large Datasets", booktitle="Procs Int. Conf. on Very Large Databases (VLDB\'98), New York, USA, 1998") @Alias(value="de.lmu.ifi.dbs.elki.algorithm.outlier.DBOutlierDetection") public class DBOutlierDetection<O> extends AbstractDBOutlier<O>
E.M. Knorr, R. T. Ng:
Algorithms for Mining Distance-Based Outliers in Large Datasets,
In: Procs Int. Conf. on Very Large Databases (VLDB'98), New York, USA, 1998.
| Modifier and Type | Class and Description |
|---|---|
static class |
DBOutlierDetection.Parameterizer<O>
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
private static Logging |
LOG
The logger for this class.
|
private double |
p
Density threshold percentage p.
|
DISTANCE_FUNCTION_ID| Constructor and Description |
|---|
DBOutlierDetection(DistanceFunction<? super O> distanceFunction,
double d,
double p)
Constructor with actual parameters.
|
| Modifier and Type | Method and Description |
|---|---|
protected DoubleDataStore |
computeOutlierScores(Database database,
Relation<O> relation,
double neighborhoodSize)
computes an outlier score for each object of the database.
|
protected Logging |
getLogger()
Get the (STATIC) logger for this class.
|
getInputTypeRestriction, rungetDistanceFunctionmakeParameterDistanceFunction, runclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunprivate static final Logging LOG
private double p
public DBOutlierDetection(DistanceFunction<? super O> distanceFunction, double d, double p)
distanceFunction - distance function parameterd - distance query radiusp - percentage parameterprotected DoubleDataStore computeOutlierScores(Database database, Relation<O> relation, double neighborhoodSize)
AbstractDBOutliercomputeOutlierScores in class AbstractDBOutlier<O>database - Databaserelation - RelationneighborhoodSize - distanceprotected Logging getLogger()
AbstractAlgorithmgetLogger in class AbstractAlgorithm<OutlierResult>Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.