Hcluster
Hcluster is a software library and framework for performing hierarchical clustering, a family of unsupervised learning methods that organize data into nested groups arranged in a dendrogram. The approach can reveal structure at multiple levels, from broad clusters to finer subgroups, by iteratively merging or splitting clusters based on a chosen similarity or distance measure.
The library supports both major strategies: agglomerative clustering, which starts with individual items and merges clusters
Inputs and outputs: The primary input is a data matrix or distance matrix with items to be
Implementation and use: Hcluster is designed to integrate into data analysis pipelines and supports multiple programming
See also: hierarchical clustering, dendrogram, linkage. Note that the term Hcluster can refer to various locally