| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.outlier.meta | Meta outlier detection algorithms: external scores, score rescaling. | 
| de.lmu.ifi.dbs.elki.utilities.ensemble | Utility classes for simple ensembles. | 
| Modifier and Type | Field and Description | 
|---|---|
| private EnsembleVoting | SimpleOutlierEnsemble. votingThe voting in use. | 
| private EnsembleVoting | SimpleOutlierEnsemble.Parameterizer. votingThe voting in use. | 
| Constructor and Description | 
|---|
| SimpleOutlierEnsemble(List<OutlierAlgorithm> algorithms,
                     EnsembleVoting voting)Constructor. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EnsembleVotingBayesCombination rule based on Bayes theorems. | 
| class  | EnsembleVotingMaxSimple combination rule, by taking the maximum. | 
| class  | EnsembleVotingMeanSimple combination rule, by taking the mean | 
| class  | EnsembleVotingMedianSimple combination rule, by taking the median. | 
| class  | EnsembleVotingMinSimple combination rule, by taking the minimum. | 
| class  | EnsembleVotingRestrictedBayesCombination rule based on Bayes theorems. |