public static class DeLiClu.Parameterizer<V extends NumberVector> extends AbstractDistanceBasedAlgorithm.Parameterizer<V>
Modifier and Type | Field and Description |
---|---|
protected DeLiCluTreeFactory<? super V> |
indexer
DeLiClu Index factory.
|
protected int |
minpts
Minimum number of points.
|
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 |
---|
Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected DeLiClu<V> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID MINPTS_ID
protected int minpts
protected DeLiCluTreeFactory<? super V extends NumberVector> indexer
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractDistanceBasedAlgorithm.Parameterizer<V extends NumberVector>
config
- Parameterization to add options to.protected DeLiClu<V> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2019 ELKI Development Team. License information.