public class EnsembleVotingInverseMultiplicative extends Object implements EnsembleVoting
1-product(1-s_i)
Modifier and Type | Class and Description |
---|---|
static class |
EnsembleVotingInverseMultiplicative.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
static EnsembleVotingInverseMultiplicative |
STATIC
Static instance.
|
Constructor and Description |
---|
EnsembleVotingInverseMultiplicative()
Constructor.
|
public static final EnsembleVotingInverseMultiplicative STATIC
public EnsembleVotingInverseMultiplicative()
public double combine(double[] scores)
EnsembleVoting
combine
in interface EnsembleVoting
scores
- Scores to combinepublic double combine(double[] scores, int count)
EnsembleVoting
combine
in interface EnsembleVoting
scores
- Scores to combinecount
- Number of entries to use.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.