
public class EnsembleVotingRestrictedBayes extends Object implements EnsembleVoting
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
EnsembleVotingRestrictedBayes.Parameterizer
Parameterization class. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private double | 
maxvote
Maximum vote to cast 
 | 
private double | 
minvote
Minimum vote to cast 
 | 
| Constructor and Description | 
|---|
EnsembleVotingRestrictedBayes(double minvote,
                             double maxvote)
Constructor. 
 | 
private double minvote
private double maxvote
public EnsembleVotingRestrictedBayes(double minvote,
                             double maxvote)
minvote - minimum votemaxvote - maximum votepublic double combine(double[] scores)
EnsembleVotingcombine in interface EnsembleVotingscores - Scores to combine