
public static class GeneralizedDBSCAN.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
coremodel
Track which objects are "core" objects.
|
static OptionID |
COREMODEL_ID
Flag to keep track of core points.
|
protected CorePredicate |
corepred
Core point predicate.
|
static OptionID |
COREPRED_ID
Parameter for core predicate.
|
static OptionID |
NEIGHBORHOODPRED_ID
Parameter for neighborhood predicate.
|
protected NeighborPredicate |
npred
Neighborhood 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, makepublic static final OptionID NEIGHBORHOODPRED_ID
public static final OptionID COREPRED_ID
public static final OptionID COREMODEL_ID
protected NeighborPredicate npred
protected CorePredicate corepred
protected boolean coremodel
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected GeneralizedDBSCAN makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.