public static class EM.Parameterizer<V extends NumberVector<?>> extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected double |
delta |
protected KMeansInitialization<V> |
initializer |
protected int |
k |
protected int |
maxiter |
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 KMeansInitialization<V extends NumberVector<?>> initializer
protected int maxiter
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