Package tutorial.outlier
Tutorials on implementing outlier detection methods in ELKI.
-
Class Summary Class Description DistanceStddevOutlier<O> A simple outlier detection algorithm that computes the standard deviation of the kNN distances.ODIN<O> Outlier detection based on the in-degree of the kNN graph.SimpleScoreDumper Simple example output handler for processing outlier scores.