O - Object typepublic static class CanopyPreClustering.Parameterizer<O> extends AbstractDistanceBasedAlgorithm.Parameterizer<O>
| Modifier and Type | Field and Description | 
|---|---|
private double | 
t1
Threshold for inclusion 
 | 
static OptionID | 
T1_ID
Parameter for the inclusion threshold of canopy clustering. 
 | 
private double | 
t2
Threshold for removal 
 | 
static OptionID | 
T2_ID
Parameter for the removal threshold of canopy clustering. 
 | 
distanceFunction| Constructor and Description | 
|---|
Parameterizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected CanopyPreClustering<O> | 
makeInstance()
Make an instance after successful configuration. 
 | 
protected void | 
makeOptions(Parameterization config)
Add all options. 
 | 
configure, makepublic static final OptionID T1_ID
-canopy.t1 <value>
public static final OptionID T2_ID
-canopy.t2 <value>
private double t1
private double t2
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<O>config - Parameterization to add options to.protected CanopyPreClustering<O> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.