O
- the type of objects handled by this algorithm@Reference(authors="E. M. Knorr, R. T. Ng", title="Algorithms for Mining Distance-Based Outliers in Large Datasets", booktitle="Proc. Int. Conf. on Very Large Databases (VLDB\'98)", url="http://www.vldb.org/conf/1998/p392.pdf", bibkey="DBLP:conf/vldb/KnorrN98") public abstract class AbstractDBOutlier<O> extends AbstractDistanceBasedAlgorithm<O,OutlierResult> implements OutlierAlgorithm
Reference:
E.M. Knorr, R. T. Ng:
Algorithms for Mining Distance-Based Outliers in Large Datasets,
In: Proc. Int. Conf. on Very Large Databases (VLDB'98)
Modifier and Type | Class and Description |
---|---|
static class |
AbstractDBOutlier.Parameterizer<O>
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
private double |
d
Radius parameter d.
|
ALGORITHM_ID
DISTANCE_FUNCTION_ID
Constructor and Description |
---|
AbstractDBOutlier(DistanceFunction<? super O> distanceFunction,
double d)
Constructor with actual parameters.
|
Modifier and Type | Method and Description |
---|---|
protected abstract DoubleDataStore |
computeOutlierScores(Database database,
Relation<O> relation,
double d)
computes an outlier score for each object of the database.
|
TypeInformation[] |
getInputTypeRestriction()
Get the input type restriction used for negotiating the data query.
|
OutlierResult |
run(Database database,
Relation<O> relation)
Runs the algorithm in the timed evaluation part.
|
getDistanceFunction
getLogger, run
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
public AbstractDBOutlier(DistanceFunction<? super O> distanceFunction, double d)
distanceFunction
- distance function to used
- radius d valuepublic OutlierResult run(Database database, Relation<O> relation)
database
- Database to processrelation
- Relation to processprotected abstract DoubleDataStore computeOutlierScores(Database database, Relation<O> relation, double d)
database
- Databaserelation
- Relationd
- distancepublic TypeInformation[] getInputTypeRestriction()
AbstractAlgorithm
getInputTypeRestriction
in interface Algorithm
getInputTypeRestriction
in class AbstractAlgorithm<OutlierResult>
Copyright © 2019 ELKI Development Team. License information.