public static class FDBSCANNeighborPredicate.Parameterizer extends AbstractParameterizer
| Modifier and Type | Field and Description |
|---|---|
protected double |
epsilon
Epsilon radius
|
static OptionID |
SAMPLE_SIZE_ID
Number of samples per uncertain object.
|
protected int |
sampleSize
The size of samplesets that should be drawn for neighborcheck.
|
protected RandomFactory |
seed
Random generator.
|
static OptionID |
SEED_ID
Seed for random sample draw.
|
protected double |
threshold
The relative amount of epsilon-close pairings determined by the
neighborcheck.
|
static OptionID |
THRESHOLD_ID
Threshold for epsilon-neighborhood, defaults to 0.5.
|
| Constructor and Description |
|---|
Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected FDBSCANNeighborPredicate |
makeInstance()
Make an instance after successful configuration.
|
void |
makeOptions(Parameterization config)
Add all options.
|
configure, makepublic static final OptionID SAMPLE_SIZE_ID
public static final OptionID THRESHOLD_ID
public static final OptionID SEED_ID
protected double epsilon
protected int sampleSize
protected double threshold
protected RandomFactory seed
public void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected FDBSCANNeighborPredicate makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.