Package | Description |
---|---|
tutorial.clustering |
Classes from the tutorial on implementing a custom k-means variation.
|
Modifier and Type | Field and Description |
---|---|
(package private) NaiveAgglomerativeHierarchicalClustering3.Linkage |
NaiveAgglomerativeHierarchicalClustering3.linkage
Current linkage in use.
|
protected NaiveAgglomerativeHierarchicalClustering3.Linkage |
NaiveAgglomerativeHierarchicalClustering3.Parameterizer.linkage
Current linkage in use.
|
Modifier and Type | Method and Description |
---|---|
static NaiveAgglomerativeHierarchicalClustering3.Linkage |
NaiveAgglomerativeHierarchicalClustering3.Linkage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NaiveAgglomerativeHierarchicalClustering3.Linkage[] |
NaiveAgglomerativeHierarchicalClustering3.Linkage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NaiveAgglomerativeHierarchicalClustering3(DistanceFunction<? super O> distanceFunction,
int numclusters,
NaiveAgglomerativeHierarchicalClustering3.Linkage linkage)
Constructor.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.