public static class P3C.Parameterizer<V extends NumberVector> extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
protected double | 
alpha
Parameter for the chi squared test threshold. 
 | 
static OptionID | 
ALPHA_THRESHOLD_ID
Parameter for the chi squared test threshold. 
 | 
static OptionID | 
EM_DELTA_ID
Threshold when to stop EM iterations. 
 | 
protected double | 
emDelta
Threshold when to stop EM iterations. 
 | 
static OptionID | 
MAX_EM_ITERATIONS_ID
Maximum number of iterations for the EM step. 
 | 
protected int | 
maxEmIterations
Maximum number of iterations for the EM step. 
 | 
static OptionID | 
MIN_CLUSTER_SIZE_ID
Minimum cluster size for noise flagging. 
 | 
protected int | 
minClusterSize
Minimum cluster size for noise flagging. 
 | 
static OptionID | 
POISSON_THRESHOLD_ID
Parameter for the poisson test threshold. 
 | 
protected double | 
poissonThreshold
Parameter for the poisson test threshold. 
 | 
| Constructor and Description | 
|---|
Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected P3C<V> | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makepublic static final OptionID ALPHA_THRESHOLD_ID
public static final OptionID POISSON_THRESHOLD_ID
public static final OptionID MAX_EM_ITERATIONS_ID
public static final OptionID EM_DELTA_ID
public static final OptionID MIN_CLUSTER_SIZE_ID
protected double alpha
protected double poissonThreshold
protected int maxEmIterations
protected double emDelta
protected int minClusterSize
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected P3C<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.