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.VariantHACAM.Instance. variantLinkage variant to useprotected HACAM.VariantHACAM.Par. variantVariant to useprotected HACAM.VariantHACAM. variantLinkage variant to useMethods in elki.clustering.hierarchical that return HACAM.Variant Modifier and Type Method Description static HACAM.VariantHACAM.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.
-