An Incremental Fuzzy Decision Tree Classification Method for Data Streams Mining Based on Threaded Binary Search Trees
Tao WANG,Zhou-Jun LI,Xiao-Hua HU,Yue-Jin YAN,Huo-Wang CHEN
DOI: https://doi.org/10.3321/j.issn:0254-4164.2007.08.005
2007-01-01
Jisuanji Xuebao/Chinese Journal of Computers
Abstract:Decision tree classification is a well-studied problem in data mining. Recently, there has been much interest in mining data streams. Domingos and Hulten have presented a one-pass algorithm. Their system, VFDT, uses Hoeffding inequality to achieve a probabilistic bound on the accuracy of the tree constructed. Gama et al. have extended VFDT in two directions. Their system VFDTc can deal with continuous data and use more powerful classification techniques at tree leaves. Peng et al. present soft discretization method to solve continuous attributes in data mining. This paper revisits this problem and implemented a system fVFDT on top of VFDT and VFDTc. It has the following four contributions: (1) It presents a threaded binary search trees (TBST) approach for efficiently handling continuous attributes. It builds a threaded binary search tree, and its processing time for values inserting is O(n log n), while VFDT′s processing time is O(n2). When a new example arrives, VFDTc need update O(logn) attribute tree nodes, but fVFDT just need update one necessary node. (2) It improves the method of getting the best split-test point of a given continuous attribute. Comparing to the method used in VFDTc, it improves from O(n log n) to O(n) in processing time. (3) Comparing to VFDTc, fVFDT′s candidate split-test number decrease from O(n) to O(log n). (4) It uses soft discretization method in data streams mining to solve the problem of noise data.