Package | Description |
---|---|
de.lmu.ifi.dbs.elki.application.greedyensemble |
Greedy ensembles for outlier detection.
|
Class and Description |
---|
ComputeKNNOutlierScores
Application that runs a series of kNN-based algorithms on a data set, for
building an ensemble in a second step.
|
ComputeKNNOutlierScores.AlgRunner
Run an algorithm for a given k.
|
GreedyEnsembleExperiment
Class to load an outlier detection summary file, as produced by
ComputeKNNOutlierScores , and compute a naive ensemble for it. |
GreedyEnsembleExperiment.Distance
Distance modes.
|
VisualizePairwiseGainMatrix
Class to load an outlier detection summary file, as produced by
ComputeKNNOutlierScores , and compute a matrix with the pairwise
gains. |