| Package | Description | 
|---|---|
| tutorial.clustering | 
 Classes from the tutorial on implementing a custom k-means variation 
 | 
| Modifier and Type | Field and Description | 
|---|---|
(package private) NaiveAgglomerativeHierarchicalClustering4.Linkage | 
NaiveAgglomerativeHierarchicalClustering4.linkage
Current linkage in use. 
 | 
protected NaiveAgglomerativeHierarchicalClustering4.Linkage | 
NaiveAgglomerativeHierarchicalClustering4.Parameterizer.linkage
Current linkage in use. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static NaiveAgglomerativeHierarchicalClustering4.Linkage | 
NaiveAgglomerativeHierarchicalClustering4.Linkage.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static NaiveAgglomerativeHierarchicalClustering4.Linkage[] | 
NaiveAgglomerativeHierarchicalClustering4.Linkage.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
NaiveAgglomerativeHierarchicalClustering4(DistanceFunction<? super O> distanceFunction,
                                         NaiveAgglomerativeHierarchicalClustering4.Linkage linkage)
Constructor. 
 | 
Copyright © 2019 ELKI Development Team. License information.