public static class EM.Parameterizer<V extends NumberVector<V,?>> extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected double |
delta |
protected int |
k |
protected Long |
seed |
Constructor and Description |
---|
EM.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected EM<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
protected int k
protected double delta
protected Long seed
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected EM<V> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer