Uses of Class
elki.outlier.distance.HilOut.HilbertFeatures
-
Packages that use HilOut.HilbertFeatures Package Description elki.outlier.distance Distance-based outlier detection algorithms, such as DBOutlier and kNN. -
-
Uses of HilOut.HilbertFeatures in elki.outlier.distance
Methods in elki.outlier.distance with parameters of type HilOut.HilbertFeatures Modifier and Type Method 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 Setprivate 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
-