Title :
Multiway decision tree induction using projection and merging (MPEG)
Author :
El-Sonbaty, Yasser ; Neematallah, Amgad
Author_Institution :
Coll. of Comput. & Inf. Technol., Arab Acad. for Sci. & Technol., Alexandria
Abstract :
Decision trees are one of the most popular and commonly used classification models. Many algorithms have been designed to build decision trees in the last twenty years. These algorithms are categorized into two groups according to the type of the trees they build, binary and multiway trees. In this paper, a new algorithm, MPEG, is designed to build multiway trees. MPEG uses DBMS indices and optimized query to access the dataset it works on, hence it has few memory requirements and no restrictions on sizes of datasets. Projection of examples over attribute values, merging of generated partitions using class values, applying GINI index to select among different attributes and finally post pruning using EBP method, are the basic steps of MPEG. The trees built by MPEG have the advantages of binary trees as being accurate, small in size and the advantages of multiway trees as being compact and easy to be comprehended by humans
Keywords :
decision trees; pattern classification; DBMS indices; EBP method; GINI index; binary tree; classification models; multiway decision tree induction using projection and merging; multiway trees; partition mergin; post pruning; query optimisation; Algorithm design and analysis; Artificial neural networks; Binary trees; Classification tree analysis; Decision trees; Humans; Merging; Partitioning algorithms; Support vector machine classification; Support vector machines;
Conference_Titel :
Tools with Artificial Intelligence, 2005. ICTAI 05. 17th IEEE International Conference on
Conference_Location :
Hong Kong
Print_ISBN :
0-7695-2488-5
DOI :
10.1109/ICTAI.2005.90