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> distf,
IntGenerator krange,
ByLabelOutlier bylabel,
java.io.File outfile,
ScalingFunction scaling,
java.util.regex.Pattern disable,
int ksquarestop)
Constructor.
|
Copyright © 2019 ELKI Development Team. License information.