paper-with-me

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 approach for solving this drawback has been to take any arbitrary criterion in order to break ties between distances, which results in different hierarchical classifications depending on the criterion followed. In this article we propose a variable-group algorithm that consists in grouping more than two clusters at the same time when ties occur. We give a tree representation for the results of the algorithm, which we call a multidendrogram, as well as a generalization of the Lance and Williams' formula which enables the implementation of the algorithm in a recursive way.

📄 PDF Abstract BibTeX arXiv:cs/0608049

Code (1)

sergio-gomez/MultiDendrograms 공식 구현

Tasks

Clustering

Similar 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 …

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

Scalable Hierarchical Agglomerative Clustering

2020-10-22 · Nicholas Monath, Avinava Dubey, Guru Guruganesh, Manzil Zaheer 외

The applicability of agglomerative clustering, for inferring both hierarchical and flat clustering, is limited by its scalability. Existing scalable hierarchical clustering methods sacrifice quality for speed and often l…

2D Human Pose EstimationClustering

Versatile linkage: a family of space-conserving strategies for agglomerative hierarchical clustering

2019-06-21 · Alberto Fernández, Sergio Gómez

Agglomerative hierarchical clustering can be implemented with several strategies that differ in the way elements of a collection are grouped together to build a hierarchy of clusters. Here we introduce versatile linkage,…

Clustering

Locally Adaptive Hierarchical Cluster Termination With Application To Individual Tree Delineation

2022-12-01 · Ashlin Richardson, Donald Leckie

A clustering termination procedure which is locally adaptive (with respect to the hierarchical tree of sets representative of the agglomerative merging) is proposed, for agglomerative hierarchical clustering on a set equ…

Clustering