
O - Object type@Reference(authors="E. Schubert, A. Zimek, H.-P. Kriegel", title="Local Outlier Detection Reconsidered: a Generalized View on Locality with Applications to Spatial, Video, and Network Outlier Detection", booktitle="Data Mining and Knowledge Discovery, 28(1): 190\u2013237, 2014.", url="http://dx.doi.org/10.1007/s10618-012-0300-z") public class ParallelKNNWeightOutlier<O> extends AbstractDistanceBasedAlgorithm<O,OutlierResult> implements OutlierAlgorithm
F. Angiulli, C. Pizzuti:
Fast Outlier Detection in High Dimensional Spaces.
In: Proc. European Conference on Principles of Knowledge Discovery and Data
Mining (PKDD'02), Helsinki, Finland, 2002.
Erich Schubert, Arthur Zimek, Hans-Peter Kriegel
Local Outlier Detection Reconsidered: a Generalized View on Locality with
Applications to Spatial, Video, and Network Outlier Detection
Data Mining and Knowledge Discovery, 28(1): 190–237, 2014.
| Modifier and Type | Class and Description |
|---|---|
static class |
ParallelKNNWeightOutlier.Parameterizer<O>
Parameterization class
|
| Modifier and Type | Field and Description |
|---|---|
private int |
k
Parameter k
|
private static Logging |
LOG
Class logger
|
DISTANCE_FUNCTION_ID| Constructor and Description |
|---|
ParallelKNNWeightOutlier(DistanceFunction<? super O> distanceFunction,
int k)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TypeInformation[] |
getInputTypeRestriction()
Get the input type restriction used for negotiating the data query.
|
protected Logging |
getLogger()
Get the (STATIC) logger for this class.
|
OutlierResult |
run(Database database,
Relation<O> relation)
Run the parallel kNN weight outlier detector.
|
getDistanceFunctionmakeParameterDistanceFunction, runclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunprivate int k
private static final Logging LOG
public ParallelKNNWeightOutlier(DistanceFunction<? super O> distanceFunction, int k)
distanceFunction - Distance functionk - K parameterpublic TypeInformation[] getInputTypeRestriction()
AbstractAlgorithmgetInputTypeRestriction in interface AlgorithmgetInputTypeRestriction in class AbstractAlgorithm<OutlierResult>public OutlierResult run(Database database, Relation<O> relation)
database - Database to processrelation - Relation to analyzeprotected 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.