Class | Description |
---|---|
DistanceStddevOutlier<O,D extends NumberDistance<D,?>> |
A simple outlier detection algorithm that computes the standard deviation of
the kNN distances.
|
DistanceStddevOutlier.Parameterizer<O,D extends NumberDistance<D,?>> |
Parameterization class
|
ODIN<O,D extends Distance<D>> |
Outlier detection based on the in-degree of the kNN graph.
|
ODIN.Parameterizer<O,D extends Distance<D>> |
Parameterization class.
|
SimpleScoreDumper |
Simple example output handler for processing outlier scores.
|