public class EnsembleVotingMin extends java.lang.Object implements EnsembleVoting
Constructor and Description |
---|
EnsembleVotingMin()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
combine(double[] scores)
Combine scores function.
|
double |
combine(double[] scores,
int count)
Combine scores function.
|
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.