public static class OutRankS1.Parameterizer extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected SubspaceClusteringAlgorithm<? extends SubspaceModel> |
algorithm
Clustering algorithm to run.
|
static OptionID |
ALGORITHM_ID
Clustering algorithm to use.
|
protected double |
alpha
Alpha parameter to balance parameters
|
static OptionID |
ALPHA_ID
Alpha parameter for S1
|
Constructor and Description |
---|
OutRankS1.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected OutRankS1 |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID ALGORITHM_ID
public static final OptionID ALPHA_ID
protected SubspaceClusteringAlgorithm<? extends SubspaceModel> algorithm
protected double alpha
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected OutRankS1 makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.