public static class SUBCLU.Parameterizer<V extends NumberVector> extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
protected DimensionSelectingSubspaceDistanceFunction<V> | 
distance
The distance function to determine the distance between objects. 
 | 
static OptionID | 
DISTANCE_FUNCTION_ID
The distance function to determine the distance between objects. 
 | 
protected double | 
epsilon
Maximum radius of the neighborhood to be considered. 
 | 
static OptionID | 
EPSILON_ID
Maximum radius of the neighborhood to be considered. 
 | 
protected int | 
mindim
Minimum dimensionality. 
 | 
static OptionID | 
MINDIM_ID
Minimum dimensionality to generate clusters. 
 | 
protected int | 
minpts
Minimum number of points. 
 | 
static OptionID | 
MINPTS_ID
Parameter 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.