Package com.chemaxon.clustering.wards
Class LanceWilliamsMerges
java.lang.Object
com.chemaxon.clustering.wards.LanceWilliamsMerges
Singleton instances of various cluster merge operations.
Please note that this class is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAverage linkage clustering, also known as UPGMA.static classComplete linkage clustering, also known as farthest neighbor clustering.static classSingle linkage clustering also known as nearest neighbor clustering.static classWard's minimum variance clustering. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LanceWilliamsMerges
public LanceWilliamsMerges()
-