paper-with-me

Papers

Density Adaptive Parallel Clustering

2014-07-11 · Marcello La Rocca

In this paper we are going to introduce a new nearest neighbours based approach to clustering, and compare it with previous solutions; the resulting algorithm, which takes inspiration from both DBscan and minimum spanning tree approaches, is deterministic but proves simpler, faster and doesnt require to set in advance a value for k, the number of clusters.

📄 PDF Abstract BibTeX arXiv:1407.3242

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

bigMap: Big Data Mapping with Parallelized t-SNE

2018-12-24 · Joan Garriga, Frederic Bartumeus

We introduce an improved unsupervised clustering protocol specially suited for large-scale structured data. The protocol follows three steps: a dimensionality reduction of the data, a density estimation over the low dime…

ClusteringDensity EstimationDimensionality Reduction

A Domain Adaptive Density Clustering Algorithm for Data with Varying Density Distribution

2019-11-23 · Jianguo Chen, Philip S. Yu

As one type of efficient unsupervised learning methods, clustering algorithms have been widely used in data mining and knowledge discovery with noticeable advantages. However, clustering algorithms based on density peak …

Clustering

GBC: An Efficient and Adaptive Clustering Algorithm Based on Granular-Ball

2022-05-29 · Shuyin Xia, Jiang Xie, Guoyin Wang

Existing clustering methods are based on a single granularity of information, such as the distance and density of each data. This most fine-grained based approach is usually inefficient and susceptible to noise. Inspired…

AstronomyClustering

Faithful Density-Peaks Clustering via Matrix Computations on MPI Parallelization System

2024-06-18 · Ji Xu, Tianlong Xiao, Jinye Yang, PanPan Zhu

Density peaks clustering (DP) has the ability of detecting clusters of arbitrary shape and clustering non-Euclidean space data, but its quadratic complexity in both computing and storage makes it difficult to scale for b…

ClusteringCommunity Detection

AMD-DBSCAN: An Adaptive Multi-density DBSCAN for datasets of extremely variable density

2022-10-15 · Ziqing Wang, Zhirong Ye, Yuyang Du, Yi Mao 외

DBSCAN has been widely used in density-based clustering algorithms. However, with the increasing demand for Multi-density clustering, previous traditional DSBCAN can not have good clustering results on Multi-density data…

Clustering