public class EnsembleVotingMultiplicative extends java.lang.Object implements EnsembleVoting
Modifier and Type | Class and Description |
---|---|
static class |
EnsembleVotingMultiplicative.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
static EnsembleVotingMultiplicative |
STATIC
Static instance.
|
Constructor and Description |
---|
EnsembleVotingMultiplicative()
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 EnsembleVotingMultiplicative STATIC
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.