See: Description
Class | Description |
---|---|
ByLabelOutlier |
Trivial algorithm that marks outliers by their label.
|
ByLabelOutlier.Parameterizer |
Parameterization class.
|
TrivialAllOutlier |
Trivial method that claims all objects to be outliers.
|
TrivialAverageCoordinateOutlier |
Trivial method that takes the average of all dimensions (for one-dimensional
data that is just the actual value!)
|
TrivialGeneratedOutlier |
Extract outlier score from the model the objects were generated by.
|
TrivialGeneratedOutlier.Parameterizer |
Parameterization class.
|
TrivialNoOutlier |
Trivial method that claims to find no outliers.
|
Trivial outlier detection algorithms: no outliers, all outliers, label outliers.
These methods are mostly useful for providing a reference result in evaluation.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.