
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, makeprotected IntegerDistance 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 AbstractParameterizer