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_ID
Parameter to specify the multiplier for the initial number of seeds, must
be an integer greater than 0.
|
static OptionID |
K_ID
Parameter to specify the number of clusters to find, must be an integer
greater than 0.
|
protected int |
l |
static OptionID |
L_ID
Parameter 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, makeOptions
public 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_ID
config
- Parameterizationprotected void configKI(Parameterization config)
K_I_ID
config
- Parameterizationprotected void configL(Parameterization config)
L_ID
config
- ParameterizationCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.