
public static class EM.Parameterizer<V extends NumberVector<V,?>> extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected double |
delta |
protected KMeansInitialization<V> |
initializer |
protected int |
k |
| 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, makeprotected int k
protected double delta
protected KMeansInitialization<V extends NumberVector<V,?>> initializer
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected EM<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer