
public class EnsembleVotingBayes extends Object implements EnsembleVoting
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
EnsembleVotingBayes.Parameterizer
Parameterization class. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private double | 
minvote
Minimum vote to cast 
 | 
| Constructor and Description | 
|---|
EnsembleVotingBayes(double minvote)
Constructor. 
 | 
public EnsembleVotingBayes(double minvote)
minvote - Minimum vote to cast (0 to 0.5)public double combine(double[] scores)
EnsembleVotingcombine in interface EnsembleVotingscores - Scores to combine