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 |
|---|
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, makepublic 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)
AbstractParameterizermakeOptions in class AbstractParameterizerconfig - Parameterization to add options to.protected SNNClustering<O> makeInstance()
AbstractParameterizermakeInstance in class AbstractParameterizerCopyright © 2019 ELKI Development Team. License information.