public static class FDBSCAN.Parameterizer extends AbstractParameterizer
FDBSCANNeighborPredicate
.Modifier and Type | Field and Description |
---|---|
protected double |
epsilon
Epsilon radius
|
protected int |
minPts
MinPts of DBSCAN.
|
protected int |
sampleSize
The size of samplesets that should be drawn for neighborcheck.
|
protected RandomFactory |
seed
Random generator.
|
protected double |
threshold
The relative amount of epsilon-close pairings determined by the
neighborcheck.
|
Constructor and Description |
---|
FDBSCAN.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected FDBSCAN |
makeInstance()
Make an instance after successful configuration.
|
void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
protected double epsilon
protected int sampleSize
protected double threshold
protected RandomFactory seed
protected int minPts
public void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected FDBSCAN 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.