作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2007, Vol. 33 ›› Issue (23): 35-36,3. doi: 10.3969/j.issn.1000-3428.2007.23.012

• 博士论文 • 上一篇    下一篇

基于Voronoi图的异常检测算法

曲吉林1,寇纪淞2,李敏强2,安世虎1   

  1. (1. 山东财政学院计算机与信息工程学院,济南 250014;2. 天津大学系统工程研究所,天津 300072)
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2007-12-05 发布日期:2007-12-05

Outlier Detection Algorithm Based on Voronoi Diagram

QU Ji-lin1, KOU Ji-song2, LI Min-qiang2, AN Shi-hu1   

  1. (1. School of Computer and Information Engineering, Shandong University of Finance, Jinan 250014;
    2. Institute of System Engineering, Tianjin University, Tianjin 300072)
  • Received:1900-01-01 Revised:1900-01-01 Online:2007-12-05 Published:2007-12-05

摘要: 异常检测是数据挖掘的一个重要组成部分,其中基于密度的方法LOF是目前常用的主要方法。然而LOF方法进行检测时需要设定参数k和MinPts,检测结果对参数非常敏感,容易造成检测错误。该文提出了一种基于Voronoi图的异常检测算法VOD,采用Voronoi图来确定对象间的邻近关系,解决了基于密度方法存在的问题,算法的时间复杂性从O(N2)降低到O(NlogN)。

关键词: 数据挖掘, 异常检测, 基于密度, Voronoi图

Abstract: Outlier detection is an integral part of data mining, and the density-based method LOF is the current state of the art in outlier detection. However, LOF is very sensitive to its parameter k and MinPts, which may result in wrong estimation. This paper proposes a new outlier detection algorithm based on Voronoi diagram called VOD. VOD measures the outlier factor automatically by Voronoi neighborhoods without parameter, which provides highly-accurate outlier detection and reduces the time complexity from O(N2) to O(NlogN).

Key words: data mining, outlier detection, density-based, Voronoi diagram

中图分类号: