
O - Object typeD - Distance typepublic static class CanopyPreClustering.Parameterizer<O,D extends Distance<D>> extends AbstractDistanceBasedAlgorithm.Parameterizer<O,D>
| Modifier and Type | Field and Description | 
|---|---|
| private D | t1Threshold for inclusion | 
| static OptionID | T1_IDParameter for the inclusion threshold of canopy clustering. | 
| private D | t2Threshold for removal | 
| static OptionID | T2_IDParameter for the removal threshold of canopy clustering. | 
distanceFunction| Constructor and Description | 
|---|
| CanopyPreClustering.Parameterizer() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected CanopyPreClustering<O,D> | 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>
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractDistanceBasedAlgorithm.Parameterizer<O,D extends Distance<D>>config - Parameterization to add options to.protected CanopyPreClustering<O,D> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer