| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.outlier.distance | 
 Distance-based outlier detection algorithms, such as DBOutlier and kNN. 
 | 
| de.lmu.ifi.dbs.elki.utilities.referencepoints | 
 Package containing strategies to obtain reference points
 
 Shared code for various algorithms that use reference points 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private ReferencePointsHeuristic | 
ReferenceBasedOutlierDetection.refp
Stores the reference point strategy. 
 | 
private ReferencePointsHeuristic | 
ReferenceBasedOutlierDetection.Parameterizer.refp
Stores the reference point strategy 
 | 
| Constructor and Description | 
|---|
ReferenceBasedOutlierDetection(int k,
                              NumberVectorDistanceFunction<? super NumberVector> distanceFunction,
                              ReferencePointsHeuristic refp)
Constructor with parameters. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AxisBasedReferencePoints
Strategy to pick reference points by placing them on the axis ends. 
 | 
class  | 
FullDatabaseReferencePoints
Strategy to use the complete database as reference points. 
 | 
class  | 
GridBasedReferencePoints
Grid-based strategy to pick reference points. 
 | 
class  | 
RandomGeneratedReferencePoints
Reference points generated randomly within the used data space. 
 | 
class  | 
RandomSampleReferencePoints
Random-Sampling strategy for picking reference points. 
 | 
class  | 
StarBasedReferencePoints
Star-based strategy to pick reference points. 
 | 
Copyright © 2019 ELKI Development Team. License information.