Package com.chemaxon.clustering.wards
package com.chemaxon.clustering.wards
Ward's minimum variance implemented as a generic agglomerative hierarchical clustering algorithm.
Please note that classes and interfaces in this package are marked with @Beta annotation, so they can be subject of incompatible changes or removal in later releases.
-
ClassDescriptionAgglomerative hierarchical clustering implementation for Lance-Williams algorithm family.Instances represent a cluster distance update for agglomerative clusterings.Singleton instances of various cluster merge operations.Average linkage clustering, also known as UPGMA.Complete linkage clustering, also known as farthest neighbor clustering.Single linkage clustering also known as nearest neighbor clustering.Ward's minimum variance clustering.