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 |
---|
FDBSCANNeighborPredicate.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected FDBSCANNeighborPredicate |
makeInstance()
Make an instance after successful configuration.
|
void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public 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 FDBSCANNeighborPredicate.Parameterizer()
public void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected FDBSCANNeighborPredicate 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.