###
计算机系统应用英文版:2022,31(2):305-310
←前一篇   |   后一篇→
本文二维码信息
码上扫一扫!
基于KD树改进的DBSCAN聚类算法
(四川大学 计算机学院, 成都 610065)
Improved DBSCAN Clustering Algorithm Based on KD Tree
(College of Computer Science, Sichuan University, Chengdu 610065, China)
摘要
图/表
参考文献
相似文献
本文已被:浏览 907次   下载 1657
Received:April 19, 2021    Revised:May 19, 2021
中文摘要: 针对DBSCAN聚类算法随着数据量增大, 耗时越发非常严重的问题, 提出一种基于KD树改进的DBSCAN算法(以下简称KD-DBSCAN). 通过KD树对数据集进行划分, 构造邻域对象集, 提前区分出噪声点和核心点, 避免聚类过程中对噪声的邻域集计算以及加快了核心点对象的邻域集查询速度. 文中以浮动车GPS数据为实验数据, 对比传统DBSCAN算法和KD-DBSCAN算法的聚类效果和时间性能, 实验结果表明KD-DBSCAN算法的聚类效果和传统的DBSCAN基本一致, 但时间性能有很大的提升.
中文关键词: 聚类  DBSCAN算法  KD树
Abstract:To tackle the problem that density-based spatial clustering of applications with noise (DBSCAN) clustering algorithm is increasingly time-consuming with the increase in data volume, this study proposes an improved DBSCAN algorithm based on a K-dimensional (KD) tree (hereinafter referred to as KD-DBSCAN). The KD tree is used to divide the data set, construct the neighborhood object set, and distinguish the noise point and the core point in advance to avoid the calculation of the noise neighborhood set in the clustering process and speed up the neighborhood set query of the core point object. In this study, the global positioning system (GPS) data of a floating car is used as experimental data to compare the traditional DBSCAN algorithm and KD-DBSCAN algorithm in aspects of the clustering effect and time performance. The experimental results show that the KD-DBSCAN algorithm is comparable to the traditional DBSCAN algorithm in the clustering effect but has greatly improved time performance.
文章编号:     中图分类号:    文献标志码:
基金项目:
引用文本:
陈文龙,时宏伟.基于KD树改进的DBSCAN聚类算法.计算机系统应用,2022,31(2):305-310
CHEN Wen-Long,SHI Hong-Wei.Improved DBSCAN Clustering Algorithm Based on KD Tree.COMPUTER SYSTEMS APPLICATIONS,2022,31(2):305-310