paper-with-me

Papers

DeBaCl: A Python Package for Interactive DEnsity-BAsed CLustering

2013-07-30 · Brian P. Kent, Alessandro Rinaldo, Timothy Verstynen

The level set tree approach of Hartigan (1975) provides a probabilistically based and highly interpretable encoding of the clustering behavior of a dataset. By representing the hierarchy of data modes as a dendrogram of the level sets of a density estimator, this approach offers many advantages for exploratory analysis and clustering, especially for complex and high-dimensional data. Several R packages exist for level set tree estimation, but their practical usefulness is limited by computational inefficiency, absence of interactive graphical capabilities and, from a theoretical perspective, reliance on asymptotic approximations. To make it easier for practitioners to capture the advantages of level set trees, we have written the Python package DeBaCl for DEnsity-BAsed CLustering. In this article we illustrate how DeBaCl's level set tree estimates can be used for difficult clustering tasks and interactive graphical data analysis. The package is intended to promote the practical use of level set trees through improvements in computational efficiency and a high degree of user customization. In addition, the flexible algorithms implemented in DeBaCl enjoy finite sample accuracy, as demonstrated in recent literature on density clustering. Finally, we show the level set tree framework can be easily extended to deal with functional data.

📄 PDF Abstract BibTeX arXiv:1307.8136

Code (1)

CoAxLab/DeBaCl 공식 구현

Tasks

ClusteringComputational Efficiency

Similar Papers 제목 키워드 기반

HiPart: Hierarchical Divisive Clustering Toolbox

2022-09-18 · Panagiotis Anagnostou, Sotiris Tasoulis, Vassilis Plagianakos, Dimitris Tasoulis

This paper presents the HiPart package, an open-source native python library that provides efficient and interpret-able implementations of divisive hierarchical clustering algorithms. HiPart supports interactive visualiz…

ClusteringComputational Efficiency

DADApy: Distance-based Analysis of DAta-manifolds in Python

2022-05-04 · Aldo Glielmo, Iuri Macocco, Diego Doimo, Matteo Carli 외

DADApy is a python software package for analysing and characterising high-dimensional data manifolds. It provides methods for estimating the intrinsic dimension and the probability density, for performing density-based c…

Clustering

AutoGMM: Automatic and Hierarchical Gaussian Mixture Modeling in Python

2019-09-06 · Thomas L. Athey, Tingshan Liu, Benjamin D. Pedigo, Joshua T. Vogelstein

Background: Gaussian mixture modeling is a fundamental tool in clustering, as well as discriminant analysis and semiparametric density estimation. However, estimating the optimal model for any given number of components …

ClusteringDensity Estimation

SDC-HSDD-NDSA: Structure Detecting Cluster by Hierarchical Secondary Directed Differential with Normalized Density and Self-Adaption

2023-07-02 · Hao Shu

Density-based clustering is the most popular clustering algorithm since it can identify clusters of arbitrary shape as long as they are separated by low-density regions. However, a high-density region that is not separat…

Clustering

Combining Machine Learning Models using combo Library

2019-09-21 · Yue Zhao, Xuejian Wang, Cheng Cheng, Xueying Ding

Model combination, often regarded as a key sub-field of ensemble learning, has been widely used in both academic research and industry applications. To facilitate this process, we propose and implement an easy-to-use Pyt…

Anomaly DetectionBIG-bench Machine LearningClusteringEnsemble Learning