paper-with-me

Papers

MultiDendrograms: Variable-Group Agglomerative Hierarchical Clusterings

2012-01-08 · Sergio Gomez, Justo Montiel, David Torres, Alberto Fernandez

MultiDendrograms is a Java-written application that computes agglomerative hierarchical clusterings of data. Starting from a distances (or weights) matrix, MultiDendrograms is able to calculate its dendrograms using the most common agglomerative hierarchical clustering methods. The application implements a variable-group algorithm that solves the non-uniqueness problem found in the standard pair-group algorithm. This problem arises when two or more minimum distances between different clusters are equal during the agglomerative process, because then different output clusterings are possible depending on the criterion used to break ties between distances. MultiDendrograms solves this problem implementing a variable-group algorithm that groups more than two clusters at the same time when ties occur.

📄 PDF Abstract BibTeX arXiv:1201.1623

Code (1)

sergio-gomez/MultiDendrograms 공식 구현

Tasks

Clustering

Similar Papers 제목 키워드 기반

Solving non-uniqueness in agglomerative hierarchical clustering using multidendrograms

2006-08-08 · Alberto Fernandez, Sergio Gomez

In agglomerative hierarchical clustering, pair-group methods suffer from a problem of non-uniqueness when two or more distances between different clusters coincide during the amalgamation process. The traditional approac…

Clustering

mdendro: An R package for extended agglomerative hierarchical clustering

2023-09-23 · Alberto Fernández, Sergio Gómez

"mdendro" is an R package that provides a comprehensive collection of linkage methods for agglomerative hierarchical clustering on a matrix of proximity data (distances or similarities), returning a multifurcated dendrog…

ClusteringDescriptive

Fair Algorithms for Hierarchical Agglomerative Clustering

2020-05-07 · Anshuman Chhabra, Prasant Mohapatra

Hierarchical Agglomerative Clustering (HAC) algorithms are extensively utilized in modern data science, and seek to partition the dataset into clusters while generating a hierarchical relationship between the data sample…

ClusteringFairnessRecommendation Systems

On The Equivalence of Tries and Dendrograms - Efficient Hierarchical Clustering of Traffic Data

2018-10-12 · Chia-Tung Kuo, Ian Davidson

The widespread use of GPS-enabled devices generates voluminous and continuous amounts of traffic data but analyzing such data for interpretable and actionable insights poses challenges. A hierarchical clustering of the t…

Clustering

Chamfer-Linkage for Hierarchical Agglomerative Clustering

2026-02-11 · Kishen N Gowda, Willem Fletcher, MohammadHossein Bateni, Laxman Dhulipala 외 arxiv

Hierarchical Agglomerative Clustering (HAC) is a widely-used clustering method based on repeatedly merging the closest pair of clusters, where inter-cluster distances are determined by a linkage function. Unlike many clu…