public static class EvaluateSilhouette.Parameterizer<O> extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
private DistanceFunction<? super O> |
distance
Distance function to use.
|
static OptionID |
DISTANCE_ID
Parameter for choosing the distance function.
|
private boolean |
mergenoise
Keep noise "clusters" merged.
|
static OptionID |
MERGENOISE_ID
Parameter to treat noise as a single cluster.
|
Constructor and Description |
---|
Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected EvaluateSilhouette<O> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID DISTANCE_ID
public static final OptionID MERGENOISE_ID
private DistanceFunction<? super O> distance
private boolean mergenoise
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected EvaluateSilhouette<O> makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2014 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.