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, make
public 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)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected GeneralizedDBSCAN makeInstance()
AbstractParameterizer
makeInstance
in class AbstractParameterizer
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.