
public static class DeLiClu.Parameterizer<NV extends NumberVector> extends AbstractDistanceBasedAlgorithm.Parameterizer<NV>
| Modifier and Type | Field and Description |
|---|---|
protected int |
minpts |
static OptionID |
MINPTS_ID
Parameter to specify the threshold for minimum number of points within a
cluster, must be an integer greater than 0.
|
distanceFunction| Constructor and Description |
|---|
DeLiClu.Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected DeLiClu<NV> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID MINPTS_ID
protected int minpts
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<NV extends NumberVector>config - Parameterization to add options to.protected DeLiClu<NV> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.