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, make
public static final OptionID MIN_ID
private double minvote
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected EnsembleVotingBayes makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer