O
- object typepublic static class SNNClustering.Parameterizer<O> extends AbstractParameterizer
Modifier and Type | Field and Description |
---|---|
protected IntegerDistance |
epsilon |
protected int |
minpts |
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
protected IntegerDistance 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