An efficient continuous attributes handling method for mining concept-drifting data streams based on skip list

  • Authors:
  • Zhenzheng Ouyang;Yuhai Gao;Mingjun Li;Jianshu Luo

  • Affiliations:
  • School of Science, National University of Defense Technology, Changsha, China;School of Science, National University of Defense Technology, Changsha, China;Army Unit 63961, Beijing, China;School of Science, National University of Defense Technology, Changsha, China

  • Venue:
  • AICI'11 Proceedings of the Third international conference on Artificial intelligence and computational intelligence - Volume Part I
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper focuses on continuous attributes handling for mining data stream with concept drift. CVFDT is one of the most successful methods for handling concept drift efficiently. In this paper, we revisit this problem and present an algorithm named SL_CVFDT on top of CVFDT. It is fast as hash table when inserting, seeking or deleting attribute value, and it also can sort the attribute value. The average time cost of search, insertion and deletion is O(log2n),and average memory cost of point is O(n).At the same time, it can get best split point just traverse the skip list once.