Uses of Package
elki.application.greedyensemble
-
Packages that use elki.application.greedyensemble Package Description elki.application.greedyensemble Greedy ensembles for outlier detection. -
Classes in elki.application.greedyensemble used by elki.application.greedyensemble Class Description ComputeKNNOutlierScores Application that runs a series of kNN-based algorithms on a data set, for building an ensemble in a second step.EvaluatePrecomputedOutlierScores Class to load an outlier detection summary file, as produced byComputeKNNOutlierScores
, and compute popular evaluation metrics.GreedyEnsembleExperiment Class to load an outlier detection summary file, as produced byComputeKNNOutlierScores
, and compute a naive ensemble for it.GreedyEnsembleExperiment.Distance Distance modes.VisualizePairwiseGainMatrix Class to load an outlier detection summary file, as produced byComputeKNNOutlierScores
, and compute a matrix with the pairwise gains.