public static class SUBCLU.Parameterizer<V extends NumberVector> extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
| protected DimensionSelectingSubspaceDistanceFunction<V> | distanceThe distance function to determine the distance between objects. | 
| static OptionID | DISTANCE_FUNCTION_IDThe distance function to determine the distance between objects. | 
| protected double | epsilonMaximum radius of the neighborhood to be considered. | 
| static OptionID | EPSILON_IDMaximum radius of the neighborhood to be considered. | 
| protected int | mindimMinimum dimensionality. | 
| static OptionID | MINDIM_IDMinimum dimensionality to generate clusters. | 
| protected int | minptsMinimum number of points. | 
| static OptionID | MINPTS_IDParameter to specify the threshold for minimum number of points in the
 epsilon-neighborhood of a point, must be an integer greater than 0. | 
| Constructor and Description | 
|---|
| Parameterizer() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected SUBCLU<V> | makeInstance()Make an instance after successful configuration. | 
| protected void | makeOptions(Parameterization config)Add all options. | 
configure, makepublic static final OptionID DISTANCE_FUNCTION_ID
public static final OptionID EPSILON_ID
public static final OptionID MINPTS_ID
public static final OptionID MINDIM_ID
protected DimensionSelectingSubspaceDistanceFunction<V extends NumberVector> distance
protected double epsilon
protected int minpts
protected int mindim
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected SUBCLU<V> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.