
public static class EnsembleVotingBayes.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
static OptionID |
MIN_ID
Option ID for the minimum and maximum vote
|
private double |
minvote
Minimum vote to cast
|
| Constructor and Description |
|---|
EnsembleVotingBayes.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected EnsembleVotingBayes |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID MIN_ID
private double minvote
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected EnsembleVotingBayes makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer