public static class EM.Parameterizer<V extends NumberVector,M extends MeanModel> extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
protected double | 
delta
Stopping threshold 
 | 
static OptionID | 
DELTA_ID
Parameter to specify the termination criterion for maximization of E(M):
 E(M) - E(M') < em.delta, must be a double equal to or greater than 0. 
 | 
static OptionID | 
INIT_ID
Parameter to specify the EM cluster models to use. 
 | 
protected EMClusterModelFactory<V,M> | 
initializer
Initialization method 
 | 
protected int | 
k
Number of clusters. 
 | 
static OptionID | 
K_ID
Parameter to specify the number of clusters to find, must be an integer
 greater than 0. 
 | 
protected int | 
maxiter
Maximum number of iterations. 
 | 
(package private) double | 
prior
Prior to enable MAP estimation (use 0 for MLE) 
 | 
static OptionID | 
PRIOR_ID
Parameter to specify the MAP prior 
 | 
| Constructor and Description | 
|---|
Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected EM<V,M> | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makepublic static final OptionID K_ID
public static final OptionID DELTA_ID
public static final OptionID INIT_ID
public static final OptionID PRIOR_ID
protected int k
protected double delta
protected EMClusterModelFactory<V extends NumberVector,M extends MeanModel> initializer
protected int maxiter
double prior
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected EM<V,M> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.