Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier.distance |
Distance-based outlier detection algorithms, such as DBOutlier and kNN.
|
Modifier and Type | Method and Description |
---|---|
private void |
HilOut.innerScan(HilOut.HilbertFeatures hf,
int i,
int maxcount)
innerScan function calculates new upper and lower bounds and inserts the
points of the neighborhood the bounds are based on in the NN Set
|
private void |
HilOut.scan(HilOut.HilbertFeatures hf,
int k0)
Scan function performs a squential scan over the data.
|
private void |
HilOut.trueOutliers(HilOut.HilbertFeatures h)
trueOutliers function updates n_star
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.