
public static class GeneralizedDBSCAN.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description | 
|---|---|
| (package private) CorePredicate | corepredCore point predicate | 
| static OptionID | COREPRED_IDParameter for core predicate | 
| static OptionID | NEIGHBORHOODPRED_IDParameter for neighborhood predicate | 
| (package private) NeighborPredicate | npredNeighborhood predicate | 
| Constructor and Description | 
|---|
| GeneralizedDBSCAN.Parameterizer() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected GeneralizedDBSCAN | makeInstance()Make an instance after successful configuration. | 
| protected void | makeOptions(Parameterization config)Add all options. | 
configure, makeNeighborPredicate npred
CorePredicate corepred
public static final OptionID NEIGHBORHOODPRED_ID
public static final OptionID COREPRED_ID
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected GeneralizedDBSCAN makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizer