| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.algorithm.clustering | 
 Clustering algorithms. 
 | 
| de.lmu.ifi.dbs.elki.distance.similarityfunction | 
 Similarity functions. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private SharedNearestNeighborSimilarityFunction<O> | 
SNNClustering.similarityFunction
The similarity function for the shared nearest neighbor similarity. 
 | 
private SharedNearestNeighborSimilarityFunction<O> | 
SNNClustering.Parameterizer.similarityFunction  | 
| Constructor and Description | 
|---|
SNNClustering(SharedNearestNeighborSimilarityFunction<O> similarityFunction,
             IntegerDistance epsilon,
             int minpts)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected SharedNearestNeighborSimilarityFunction<O> | 
SharedNearestNeighborSimilarityFunction.Parameterizer.makeInstance()  |