
public static class LSDBC.Parameterizer<O extends NumberVector> extends AbstractDistanceBasedAlgorithm.Parameterizer<O>
| Modifier and Type | Field and Description |
|---|---|
protected double |
alpha
Alpha parameter.
|
static OptionID |
ALPHA_ID
Parameter for the maximum density difference.
|
protected int |
k
kNN parameter.
|
static OptionID |
K_ID
Parameter for neighborhood size.
|
distanceFunction| Constructor and Description |
|---|
LSDBC.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected LSDBC<O> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID K_ID
public static final OptionID ALPHA_ID
protected int k
protected double alpha
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<O extends NumberVector>config - Parameterization to add options to.protected LSDBC<O> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.