
public abstract static class AbstractProjectedClustering.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
| protected int | k | 
| protected int | k_i | 
| static OptionID | K_I_IDParameter to specify the multiplier for the initial number of seeds, must
 be an integer greater than 0. | 
| static OptionID | K_IDParameter to specify the number of clusters to find, must be an integer
 greater than 0. | 
| protected int | l | 
| static OptionID | L_IDParameter to specify the dimensionality of the clusters to find, must be
 an integer greater than 0. | 
| Constructor and Description | 
|---|
| AbstractProjectedClustering.Parameterizer() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | configK(Parameterization config)Get the parameter k, see  K_ID | 
| protected void | configKI(Parameterization config)Get the parameter k_i, see  K_I_ID | 
| protected void | configL(Parameterization config)Get the parameter l, see  L_ID | 
configure, make, makeInstance, makeOptionspublic static final OptionID K_ID
 Key: -projectedclustering.k
 
public static final OptionID K_I_ID
 Default value: 30
 
 Key: -projectedclustering.k_i
 
public static final OptionID L_ID
 Key: -projectedclustering.l
 
protected int k
protected int k_i
protected int l
public AbstractProjectedClustering.Parameterizer()
protected void configK(Parameterization config)
K_IDconfig - Parameterizationprotected void configKI(Parameterization config)
K_I_IDconfig - Parameterizationprotected void configL(Parameterization config)
L_IDconfig - Parameterization