public class EnsembleVotingMax extends java.lang.Object implements EnsembleVoting
| Constructor and Description |
|---|
EnsembleVotingMax()
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)
EnsembleVotingcombine in interface EnsembleVotingscores - Scores to combinepublic double combine(double[] scores,
int count)
EnsembleVotingcombine in interface EnsembleVotingscores - Scores to combinecount - Number of entries to use.Copyright © 2019 ELKI Development Team. License information.