DHeat:一种基于密度热量的有效半径聚类算法

DHeat: A Density Heat-Based Algorithm for Clustering With Effective Radius

IEEE Transactions on Systems, Man, and Cybernetics: Systems · 2017
被引 27
ABS 3

中文导读

针对DBSCAN等密度聚类算法固定扫描半径的缺陷,提出基于有效半径和密度热量的DHeat算法,能自适应调整半径,实验表现良好。

Abstract

Density-based clustering is one of the most popular paradigms of existing clustering approaches, most approaches of this kind, such as DBSCAN, recognize clusters of data characterized by a fixed scanning radius. However, some flaws are caused by the fixed scanning radius, e.g., the determination of a proper scanning radius is nontrivial. In order to solve these problems, we revise DBSCAN, Meanshift, DPeak, etc. based on two new features, i.e., effective radius and density heat (DHeat). Generally, we name these revised clustering algorithms as DHeat. The underlying idea is based on two assumptions: 1) the existence of clusters is raised by the nonuniformity of data distribution, and the density of one data point within its r-neighborhood is proportional to the volume of the neighborhood provided the density distribution is uniform and 2) each cluster can be divided into different density layers, such as edges, shallow inner, deep inner, etc.; the deeper inner of a point locates, the higher density of that point. The experiments conducted on various test cases show that the advantage of DHeat lies in its good performance and the self-adapting scanning radius.

聚类分析密度聚类DBSCAN算法改进