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
Modifier and TypeClassDescriptionstatic class
Average linkage clustering, also known as UPGMA.static class
Complete linkage clustering, also known as farthest neighbor clustering.static class
Single linkage clustering also known as nearest neighbor clustering.static class
Ward's minimum variance clustering. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
LanceWilliamsMerges
public LanceWilliamsMerges()
-