public class EnsembleVotingInverseMultiplicative extends java.lang.Object implements EnsembleVoting
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.
|
Modifier and Type | Method and Description |
---|---|
double |
combine(double[] scores)
Combine scores function.
|
double |
combine(double[] scores,
int count)
Combine scores function.
|
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 © 2019 ELKI Development Team. License information.