Package | Description |
---|---|
de.lmu.ifi.dbs.elki.algorithm.outlier.trivial |
Trivial outlier detection algorithms: no outliers, all outliers, label outliers.
|
de.lmu.ifi.dbs.elki.application.greedyensemble |
Greedy ensembles for outlier detection.
|
Modifier and Type | Method and Description |
---|---|
protected ByLabelOutlier |
ByLabelOutlier.Parameterizer.makeInstance() |
Modifier and Type | Field and Description |
---|---|
(package private) ByLabelOutlier |
ComputeKNNOutlierScores.bylabel
By label outlier detection - reference
|
(package private) ByLabelOutlier |
ComputeKNNOutlierScores.Parameterizer.bylabel
By label outlier -- reference
|
Constructor and Description |
---|
ComputeKNNOutlierScores(InputStep inputstep,
DistanceFunction<? super O,D> distf,
int startk,
int stepk,
int maxk,
ByLabelOutlier bylabel,
File outfile)
Constructor.
|