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. | 
| 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.