
public static class ORCLUS.Parameterizer<V extends NumberVector<?>> extends AbstractProjectedClustering.Parameterizer
| Modifier and Type | Field and Description |
|---|---|
protected double |
alpha |
static OptionID |
ALPHA_ID
Parameter to specify the factor for reducing the number of current
clusters in each iteration, must be an integer greater than 0 and less
than 1.
|
protected PCARunner<V> |
pca |
protected RandomFactory |
rnd |
static OptionID |
SEED_ID
Parameter to specify the random generator seed.
|
| Constructor and Description |
|---|
ORCLUS.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configAlpha(Parameterization config) |
protected void |
configSeed(Parameterization config) |
protected ORCLUS<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configK, configKI, configLconfigure, makepublic static final OptionID ALPHA_ID
Default value: 0.5
Key: -orclus.alpha
public static final OptionID SEED_ID
protected double alpha
protected RandomFactory rnd
protected PCARunner<V extends NumberVector<?>> pca
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected void configAlpha(Parameterization config)
protected void configSeed(Parameterization config)
protected ORCLUS<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer