
public static class EvaluateSimplifiedSilhouette.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
private NumberVectorDistanceFunction<?> | 
distance
Distance function to use. 
 | 
private NoiseHandling | 
noiseOption
Option, how noise should be treated. 
 | 
private boolean | 
penalize
Penalize noise, if  
NoiseHandling.IGNORE_NOISE is set. | 
| Constructor and Description | 
|---|
Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected EvaluateSimplifiedSilhouette | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makeprivate NumberVectorDistanceFunction<?> distance
private NoiseHandling noiseOption
private boolean penalize
NoiseHandling.IGNORE_NOISE is set.protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected EvaluateSimplifiedSilhouette makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.