Uses of Class
elki.clustering.hierarchical.HACAM.Variant
-
Packages that use HACAM.Variant Package Description elki.clustering.hierarchical Hierarchical agglomerative clustering (HAC). -
-
Uses of HACAM.Variant in elki.clustering.hierarchical
Fields in elki.clustering.hierarchical declared as HACAM.Variant Modifier and Type Field Description protected HACAM.Variant
HACAM.Instance. variant
Linkage variant to useprotected HACAM.Variant
HACAM.Par. variant
Variant to useprotected HACAM.Variant
HACAM. variant
Linkage variant to useMethods in elki.clustering.hierarchical that return HACAM.Variant Modifier and Type Method Description static HACAM.Variant
HACAM.Variant. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HACAM.Variant[]
HACAM.Variant. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in elki.clustering.hierarchical with parameters of type HACAM.Variant Constructor Description HACAM(Distance<? super O> distance, HACAM.Variant variant)
Constructor.Instance(HACAM.Variant variant)
Constructor.
-