O
- object typepublic static class SNNClustering.Parameterizer<O> extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected int |
epsilon |
static OptionID |
EPSILON_ID
Parameter to specify the minimum SNN density, must be an integer greater
than 0.
|
protected int |
minpts |
static OptionID |
MINPTS_ID
Parameter to specify the threshold for minimum number of points in the
epsilon-SNN-neighborhood of a point, must be an integer greater than 0.
|
private SharedNearestNeighborSimilarityFunction<O> |
similarityFunction |
Constructor and Description |
---|
SNNClustering.Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected SNNClustering<O> |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configure, make
public static final OptionID EPSILON_ID
public static final OptionID MINPTS_ID
protected int epsilon
protected int minpts
private SharedNearestNeighborSimilarityFunction<O> similarityFunction
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected SNNClustering<O> 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.